summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/fromnumeric.py')
-rw-r--r--numpy/core/fromnumeric.py2
1 files changed, 1 insertions, 1 deletions
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.