diff options
Diffstat (limited to 'numpy')
| -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 56da5a7e5..a40b5f009 100644 --- a/numpy/ma/extras.py +++ b/numpy/ma/extras.py @@ -1628,7 +1628,7 @@ 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 ---------- |
