summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authorPierre Chanial <pchanial@aneo.fr>2018-04-10 11:03:37 +0200
committerPierre Chanial <pchanial@aneo.fr>2018-04-10 11:09:57 +0200
commit176e760e15e388e30c80151a50707e5d2351b5e5 (patch)
tree081259033d196acd432249243c4a0b6a240c2968 /numpy/add_newdocs.py
parent918a167c30a7e19f0c0061f5e09e7637b1e04591 (diff)
downloadnumpy-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.py2
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