Skip to content

Commit cb9ac7d

Browse files
authored
DOC: updated core/arrays/base.py for PR08 errors (#34624)
1 parent 6258397 commit cb9ac7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def argsort(
512512
kind : {'quicksort', 'mergesort', 'heapsort'}, optional
513513
Sorting algorithm.
514514
*args, **kwargs:
515-
passed through to :func:`numpy.argsort`.
515+
Passed through to :func:`numpy.argsort`.
516516
517517
Returns
518518
-------

0 commit comments

Comments
 (0)