From 176e760e15e388e30c80151a50707e5d2351b5e5 Mon Sep 17 00:00:00 2001 From: Pierre Chanial Date: Tue, 10 Apr 2018 11:03:37 +0200 Subject: DOC: State in docstring that lexsort is stable (#10873). --- numpy/add_newdocs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/add_newdocs.py') 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 -- cgit v1.2.1