diff options
author | takanori-pskq <takanori17h@gmail.com> | 2020-11-04 14:09:11 +0000 |
---|---|---|
committer | takanori-pskq <takanori17h@gmail.com> | 2020-11-04 14:59:42 +0000 |
commit | 3904e990f7027fb9139a52e844376b82e6c718e4 (patch) | |
tree | f0cb8d73c9d83caa1e148c9018cc5069917272d9 /numpy/core/fromnumeric.py | |
parent | b219f69db011a89e6c514ee487dc437f607c4d94 (diff) | |
download | numpy-3904e990f7027fb9139a52e844376b82e6c718e4.tar.gz |
DOC: Prepend `ma.`
Diffstat (limited to 'numpy/core/fromnumeric.py')
-rw-r--r-- | numpy/core/fromnumeric.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py index 771dfb66e..6a7690c94 100644 --- a/numpy/core/fromnumeric.py +++ b/numpy/core/fromnumeric.py @@ -1941,7 +1941,7 @@ def shape(a): See Also -------- - alen + len ndarray.shape : Equivalent array method. Examples |