diff options
| author | Matti Picus <matti.picus@gmail.com> | 2020-04-04 21:03:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-04 21:03:23 +0300 |
| commit | 3d34de6965b6a8f574e5eb63776904c6ea4b3ab4 (patch) | |
| tree | d6339638ed0ec2522da034aa593ee16cfece5cc6 /doc/source/reference/maskedarray.baseclass.rst | |
| parent | cf88aa2ed610a5223e89f50a59194dd0c7063e8c (diff) | |
| download | numpy-3d34de6965b6a8f574e5eb63776904c6ea4b3ab4.tar.gz | |
Update doc/source/reference/maskedarray.baseclass.rst
Co-Authored-By: Sebastian Berg <sebastian@sipsolutions.net>
Diffstat (limited to 'doc/source/reference/maskedarray.baseclass.rst')
| -rw-r--r-- | doc/source/reference/maskedarray.baseclass.rst | 2 |
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 |
