Skip to content

Commit 25b4119

Browse files
committed
DOC: update docstring in Series.sort_values
1 parent 29dd29a commit 25b4119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3119,7 +3119,7 @@ def sort_values(
31193119
axis : {0 or 'index'}, default 0
31203120
Axis to direct sorting. The value 'index' is accepted for
31213121
compatibility with DataFrame.sort_values.
3122-
ascending : bool, default True
3122+
ascending : bool or list of bools, default True
31233123
If True, sort values in ascending order, otherwise descending.
31243124
inplace : bool, default False
31253125
If True, perform operation in-place.

0 commit comments

Comments
 (0)