summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
diff options
context:
space:
mode:
authortakanori-pskq <takanori17h@gmail.com>2020-11-04 14:09:11 +0000
committertakanori-pskq <takanori17h@gmail.com>2020-11-04 14:59:42 +0000
commit3904e990f7027fb9139a52e844376b82e6c718e4 (patch)
treef0cb8d73c9d83caa1e148c9018cc5069917272d9 /numpy/core/fromnumeric.py
parentb219f69db011a89e6c514ee487dc437f607c4d94 (diff)
downloadnumpy-3904e990f7027fb9139a52e844376b82e6c718e4.tar.gz
DOC: Prepend `ma.`
Diffstat (limited to 'numpy/core/fromnumeric.py')
-rw-r--r--numpy/core/fromnumeric.py2
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