summaryrefslogtreecommitdiff
path: root/numpy/ma/extras.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/ma/extras.pyi')
-rw-r--r--numpy/ma/extras.pyi2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/ma/extras.pyi b/numpy/ma/extras.pyi
index 947c7ae99..5d3912ccc 100644
--- a/numpy/ma/extras.pyi
+++ b/numpy/ma/extras.pyi
@@ -74,7 +74,7 @@ class mr_class(MAxisConcatenator):
mr_: mr_class
-def ndenumerate(a): ...
+def ndenumerate(a, compressed=...): ...
def flatnotmasked_edges(a): ...
def notmasked_edges(a, axis=...): ...
def flatnotmasked_contiguous(a): ...