diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2007-01-08 21:56:54 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2007-01-08 21:56:54 +0000 |
commit | 1bd2d49ef378fb869d015cef32c3e44a4c03a8f0 (patch) | |
tree | 43335baf1da0b6e9de0ad806e721a077e3cbfa45 /numpy/add_newdocs.py | |
parent | 98b6d48b07f4eadfb7d1fc41483debe7e07eecd6 (diff) | |
download | numpy-1bd2d49ef378fb869d015cef32c3e44a4c03a8f0.tar.gz |
Whitespace cleanup.
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. |