summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py
index ca735cbc2..6e859bd90 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -1452,8 +1452,8 @@ add_newdoc('numpy.core.multiarray', 'where',
condition : array_like, bool
When True, yield `x`, otherwise yield `y`.
x, y : array_like, optional
- Values from which to choose. `x` and `y` need to have the same
- shape as `condition`.
+ Values from which to choose. `x`, `y` and `condition` need to be
+ broadcastable to some shape.
Returns
-------