summaryrefslogtreecommitdiff
path: root/numpy/ma/extras.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/ma/extras.py')
-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 56da5a7e5..7f3e25900 100644
--- a/numpy/ma/extras.py
+++ b/numpy/ma/extras.py
@@ -1628,11 +1628,11 @@ def notmasked_edges(a, axis=None):
def flatnotmasked_contiguous(a):
"""
- Find contiguous unmasked data in a masked array along the given axis.
+ Find contiguous unmasked data in a masked array.
Parameters
----------
- a : narray
+ a : array_like
The input array.
Returns