From 3ac8bf5ca9e9652a0497229f7611c997acb5b1db Mon Sep 17 00:00:00 2001 From: Greg Sadetsky Date: Wed, 17 Aug 2022 14:28:03 -0400 Subject: DOC: Add missing word --- numpy/core/fromnumeric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/fromnumeric.py') diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py index 36ddaa8f0..60087b8a1 100644 --- a/numpy/core/fromnumeric.py +++ b/numpy/core/fromnumeric.py @@ -788,7 +788,7 @@ def argpartition(a, kth, axis=-1, kind='introselect', order=None): kth : int or sequence of ints Element index to partition by. The k-th element will be in its final sorted position and all smaller elements will be moved - before it and all larger elements behind it. The order all + before it and all larger elements behind it. The order of all elements in the partitions is undefined. If provided with a sequence of k-th it will partition all of them into their sorted position at once. -- cgit v1.2.1