summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
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