summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPan Jan <rumcajsgajos@gmail.com>2020-03-13 09:44:40 +0100
committerPan Jan <rumcajsgajos@gmail.com>2020-03-26 08:03:16 +0100
commitcf88aa2ed610a5223e89f50a59194dd0c7063e8c (patch)
treee9679793be6977dd1055b7f066dc5ffc47981325 /doc
parent33351f646e0b523139fbba4986eba54a3bfe55a7 (diff)
downloadnumpy-cf88aa2ed610a5223e89f50a59194dd0c7063e8c.tar.gz
DOC: document inconsistent mask results in MaskedArray
Co-Authored-By: Tianxiang “Ronnie” Gao <tienhsiangkao@tamu.edu>
Diffstat (limited to 'doc')
-rw-r--r--doc/source/reference/maskedarray.baseclass.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/maskedarray.baseclass.rst b/doc/source/reference/maskedarray.baseclass.rst
index 9864f21ea..4672e06a6 100644
--- a/doc/source/reference/maskedarray.baseclass.rst
+++ b/doc/source/reference/maskedarray.baseclass.rst
@@ -33,7 +33,7 @@ defines several constants.
Value indicating that a masked array has no invalid entry.
:attr:`nomask` is used internally to speed up computations when the mask
- is not needed.
+ is not needed. It's represented internally as `np.False_`.
.. data:: masked_print_options