From e40c9616731852af7d13669c3a8197ed096d7853 Mon Sep 17 00:00:00 2001 From: Lars Buitinck Date: Wed, 26 Mar 2014 18:07:00 +0100 Subject: DOC: partition doesn't have three algorithms (yet) --- 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 728c95294..3de81305d 100644 --- a/numpy/core/fromnumeric.py +++ b/numpy/core/fromnumeric.py @@ -584,7 +584,7 @@ def partition(a, kth, axis=-1, kind='introselect', order=None): The various selection algorithms are characterized by their average speed, worst case performance, work space size, and whether they are stable. A stable sort keeps items with the same key in the same relative order. The - three available algorithms have the following properties: + available algorithms have the following properties: ================= ======= ============= ============ ======= kind speed worst case work space stable -- cgit v1.2.1