diff options
| author | Matti Picus <matti.picus@gmail.com> | 2020-11-05 08:46:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-05 08:46:46 +0200 |
| commit | 93d3e7c247b66ec54d1095df30e99a95b4af9c72 (patch) | |
| tree | c7a1c13d12e5d2b15de7a4bec483b3071d7c6476 /numpy/core/fromnumeric.py | |
| parent | b219f69db011a89e6c514ee487dc437f607c4d94 (diff) | |
| parent | e9611531225fce80912bcd6d22c52b7325a995ac (diff) | |
| download | numpy-93d3e7c247b66ec54d1095df30e99a95b4af9c72.tar.gz | |
Merge pull request #16736 from takanori-pskq/i13114-2
DOC: Prepend `ma.` to references in ``numpy.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 |
