Skip to content

Commit d2b95ed

Browse files
Make docs shorter to shut up linter
1 parent 991634e commit d2b95ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/user_guide/advanced.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,8 +785,8 @@ values **not** in the categories, similarly to how you can reindex **any** panda
785785
786786
df2.iloc[[0]].reindex(['a', 'e'])
787787
df2.iloc[[0]].reindex(['a', 'e']).index
788-
df2.iloc[[0]].reindex(pd.Categorical(['a', 'e'], categories=list('abcde')))
789-
df2.iloc[[0]].reindex(pd.Categorical(['a', 'e'], categories=list('abcde'))).index
788+
df2.iloc[[0]].reindex(pd.Categorical(['a', 'e'], categories=list('abe')))
789+
df2.iloc[[0]].reindex(pd.Categorical(['a', 'e'], categories=list('abe'))).index
790790
791791
.. warning::
792792

0 commit comments

Comments
 (0)