summaryrefslogtreecommitdiff
path: root/doc/source/reference/maskedarray.baseclass.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/reference/maskedarray.baseclass.rst')
-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