Skip to content

Commit baf624c

Browse files
committed
Fixed docstring
1 parent 0db9e97 commit baf624c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/categorical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ def argsort(self, *args, **kwargs):
14061406
or descending sort.
14071407
kind : {'quicksort', 'mergesort', 'heapsort'}, optional
14081408
Sorting algorithm.
1409-
args, kwargs:
1409+
*args, **kwargs:
14101410
passed through to :func:`numpy.argsort`.
14111411
14121412
Returns

0 commit comments

Comments
 (0)