summaryrefslogtreecommitdiff
path: root/numpy/ma/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/ma/core.py')
-rw-r--r--numpy/ma/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/ma/core.py b/numpy/ma/core.py
index 34e52d86e..9ca9136dd 100644
--- a/numpy/ma/core.py
+++ b/numpy/ma/core.py
@@ -4978,7 +4978,7 @@ class MaskedArray(ndarray):
Returns
-------
- {ndarray, scalar}
+ ndarray or scalar
If multi-dimension input, returns a new ndarray of indices to the
minimum values along the given axis. Otherwise, returns a scalar
of index to the minimum values along the given axis.