summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/ma/extras.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/ma/extras.py b/numpy/ma/extras.py
index 7f3e25900..048d94bb7 100644
--- a/numpy/ma/extras.py
+++ b/numpy/ma/extras.py
@@ -110,8 +110,8 @@ def masked_all(shape, dtype=float):
Parameters
----------
- shape : tuple
- Shape of the required MaskedArray.
+ shape : int or tuple of ints
+ Shape of the required MaskedArray, e.g., ``(2, 3)`` or ``2``.
dtype : dtype, optional
Data type of the output.