Skip to content

Commit

Permalink
DOC: Add missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsadetsky committed Aug 17, 2022
1 parent b6a3e83 commit 3ac8bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/fromnumeric.py
Expand Up @@ -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.
Expand Down

0 comments on commit 3ac8bf5

Please sign in to comment.