Skip to content

Commit 6a422b2

Browse files
committed
DOC: update docstring in DataFrame.sort_index
1 parent 25b4119 commit 6a422b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5646,7 +5646,7 @@ def sort_index(
56465646
and 1 identifies the columns.
56475647
level : int or level name or list of ints or list of level names
56485648
If not None, sort on values in specified index level(s).
5649-
ascending : bool or list of bools, default True
5649+
ascending : bool or list-like of bools, default True
56505650
Sort ascending vs. descending. When the index is a MultiIndex the
56515651
sort direction can be controlled for each level individually.
56525652
inplace : bool, default False

0 commit comments

Comments
 (0)