From 3904e990f7027fb9139a52e844376b82e6c718e4 Mon Sep 17 00:00:00 2001 From: takanori-pskq Date: Wed, 4 Nov 2020 14:09:11 +0000 Subject: DOC: Prepend `ma.` --- numpy/core/fromnumeric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/fromnumeric.py') 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 -- cgit v1.2.1