summaryrefslogtreecommitdiff
path: root/doc/source/reference
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-04-04 21:03:23 +0300
committerGitHub <noreply@github.com>2020-04-04 21:03:23 +0300
commit3d34de6965b6a8f574e5eb63776904c6ea4b3ab4 (patch)
treed6339638ed0ec2522da034aa593ee16cfece5cc6 /doc/source/reference
parentcf88aa2ed610a5223e89f50a59194dd0c7063e8c (diff)
downloadnumpy-3d34de6965b6a8f574e5eb63776904c6ea4b3ab4.tar.gz
Update doc/source/reference/maskedarray.baseclass.rst
Co-Authored-By: Sebastian Berg <sebastian@sipsolutions.net>
Diffstat (limited to 'doc/source/reference')
-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 4672e06a6..48b35ac67 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. It's represented internally as `np.False_`.
+ is not needed. It is represented internally as ``np.False_``.
.. data:: masked_print_options