diff options
| -rw-r--r-- | numpy/ma/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/ma/core.py b/numpy/ma/core.py index 375d5c770..313445be7 100644 --- a/numpy/ma/core.py +++ b/numpy/ma/core.py @@ -5798,7 +5798,7 @@ class MaskedArray(ndarray): masked_array(data=[--, --, --], mask=[ True, True, True], fill_value=1e+20, - dtype=float64) + dtype=float64) """ kwargs = {} if keepdims is np._NoValue else {'keepdims': keepdims} |
