From 6481ff29ec06bce69814dc91dc310442029f0370 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Wed, 28 Feb 2007 20:21:39 +0000 Subject: Fix searchsorted docstring. Closes #457. --- 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 5bed8933b..573868b61 100644 --- a/numpy/core/fromnumeric.py +++ b/numpy/core/fromnumeric.py @@ -339,7 +339,7 @@ def searchsorted(a, v, side='left'): side -- {'left', 'right'}, default('left'). Returns: - array of indices with the same shape as a. + array of indices with the same shape as v. The array to be searched must be 1-D and is assumed to be sorted in ascending order. -- cgit v1.2.1