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 /doc/source/reference | |
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 'doc/source/reference')
-rw-r--r-- | doc/source/reference/routines.ma.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/reference/routines.ma.rst b/doc/source/reference/routines.ma.rst index 18248fe09..d961cbf02 100644 --- a/doc/source/reference/routines.ma.rst +++ b/doc/source/reference/routines.ma.rst @@ -67,6 +67,9 @@ Inspecting the array ma.size ma.is_masked ma.is_mask + ma.isMaskedArray + ma.isMA + ma.isarray ma.MaskedArray.all |