From 75927fcd2fe2613daa372638a8539dea4c1b29be Mon Sep 17 00:00:00 2001 From: andryandrew Date: Tue, 20 Oct 2020 16:02:17 +0200 Subject: DOC: Typo in lexsort docstring ...it's rows... --> ...its rows... --- numpy/core/multiarray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/multiarray.py') diff --git a/numpy/core/multiarray.py b/numpy/core/multiarray.py index 6b335f1a6..d293700f2 100644 --- a/numpy/core/multiarray.py +++ b/numpy/core/multiarray.py @@ -406,7 +406,7 @@ def lexsort(keys, axis=None): for the primary sort order, the second-to-last key for the secondary sort order, and so on. The keys argument must be a sequence of objects that can be converted to arrays of the same shape. If a 2D array is provided - for the keys argument, it's rows are interpreted as the sorting keys and + for the keys argument, its rows are interpreted as the sorting keys and sorting is according to the last row, second last row etc. Parameters -- cgit v1.2.1