Skip to content

Commit ff3a9da

Browse files
mattipjoukewitteveen
authored andcommitted
Update numpy/ma/extras.py
1 parent 701f0a6 commit ff3a9da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

numpy/ma/extras.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,8 @@ def ndenumerate(a):
15261526
15271527
Return an iterator yielding pairs of array coordinates and values of
15281528
elements that are not masked.
1529-
1529+
.. versionadded:: 1.23.0
1530+
15301531
Parameters
15311532
----------
15321533
a : array_like

0 commit comments

Comments
 (0)