diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2018-04-10 06:30:59 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-10 06:30:59 -0600 |
| commit | 40ef8a6ade7282c613d58ed24c68915d61dcc07b (patch) | |
| tree | 081259033d196acd432249243c4a0b6a240c2968 /numpy | |
| parent | 918a167c30a7e19f0c0061f5e09e7637b1e04591 (diff) | |
| parent | 176e760e15e388e30c80151a50707e5d2351b5e5 (diff) | |
| download | numpy-40ef8a6ade7282c613d58ed24c68915d61dcc07b.tar.gz | |
Merge pull request #10874 from pchanial/fix-10873-lexsoft-docstring
DOC: State in docstring that lexsort is stable (#10873).
Diffstat (limited to 'numpy')
| -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 |
