diff options
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index 3b59c3cbe..ede2e9d80 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -364,8 +364,8 @@ add_newdoc('numpy.core.multiarray','lexsort', sorting on key[1], and so forth. The result is a sort on multiple keys. If the keys represented columns of a spreadsheet, for example, this would sort using multiple columns (the last key being used for the - primary sort order, the second-to-last key for the secondary sort order, - and so on). The keys argument must be a sequence of things that can be + primary sort order, the second-to-last key for the secondary sort order, + and so on). The keys argument must be a sequence of things that can be converted to arrays of the same shape. """) @@ -660,7 +660,7 @@ add_newdoc('numpy.core.multiarray', 'ndarray', ('argsort', order -- If a has fields defined, then the order keyword can be the field name to sort on or a list (or tuple) of field names to indicate the order that fields should be used to define - the sort. + the sort. Returns: array of indices that sort a along the specified axis. @@ -1035,7 +1035,7 @@ add_newdoc('numpy.core.multiarray', 'ndarray', ('sort', order -- If a has fields defined, then the order keyword can be the field name to sort on or a list (or tuple) of field names to indicate the order that fields should be used to define - the sort. + the sort. Returns: None. |