Skip to content

Commit

Permalink
DOC: Fix typo in docs for argpartition
Browse files Browse the repository at this point in the history
  • Loading branch information
milo0 authored and hanjohn committed Feb 15, 2018
1 parent c113464 commit f64b0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/fromnumeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ def partition(a, kth, axis=-1, kind='introselect', order=None):
Element index to partition by. The k-th value of the element
will be in its final sorted position and all smaller elements
will be moved before it and all equal or greater elements behind
it. The order all elements in the partitions is undefined. If
it. The order of all elements in the partitions is undefined. If
provided with a sequence of k-th it will partition all elements
indexed by k-th of them into their sorted position at once.
axis : int or None, optional
Expand Down

0 comments on commit f64b0ff

Please sign in to comment.