diff options
Diffstat (limited to 'numpy/ma/extras.py')
-rw-r--r-- | numpy/ma/extras.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/ma/extras.py b/numpy/ma/extras.py index a40b5f009..7f3e25900 100644 --- a/numpy/ma/extras.py +++ b/numpy/ma/extras.py @@ -1632,7 +1632,7 @@ def flatnotmasked_contiguous(a): Parameters ---------- - a : narray + a : array_like The input array. Returns |