diff options
author | Pierre Chanial <pchanial@aneo.fr> | 2018-04-10 11:03:37 +0200 |
---|---|---|
committer | Pierre Chanial <pchanial@aneo.fr> | 2018-04-10 11:09:57 +0200 |
commit | 176e760e15e388e30c80151a50707e5d2351b5e5 (patch) | |
tree | 081259033d196acd432249243c4a0b6a240c2968 /numpy/add_newdocs.py | |
parent | 918a167c30a7e19f0c0061f5e09e7637b1e04591 (diff) | |
download | numpy-176e760e15e388e30c80151a50707e5d2351b5e5.tar.gz |
DOC: State in docstring that lexsort is stable (#10873).
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index 0a7b2b13d..d8ae98c12 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -1589,7 +1589,7 @@ add_newdoc('numpy.core.multiarray', 'lexsort', """ lexsort(keys, axis=-1) - Perform an indirect sort using a sequence of keys. + Perform an indirect stable sort using a sequence of keys. Given multiple sorting keys, which can be interpreted as columns in a spreadsheet, lexsort returns an array of integer indices that describes |