8000 Merge pull request #6548 from lzkelley/dev · numpy/numpy@5c286bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c286bc

Browse files
committed
Merge pull request #6548 from lzkelley/dev
DOC: clarify usage of 'argparse' return value (see #4724).
2 parents bf28b44 + f994f2a commit 5c286bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/core/fromnumeric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ def argsort(a, axis=-1, kind='quicksort', order=None):
848848
-------
849849
index_array : ndarray, int
850850
Array of indices that sort `a` along the specified axis.
851-
In other words, ``a[index_array]`` yields a sorted `a`.
851+
If `a` is one-dimensional, ``a[index_array]`` yields a sorted `a`.
852852
853853
See Also
854854
--------

0 commit comments

Comments
 (0)
0