Skip to content

Commit

Permalink
Update doc/source/reference/maskedarray.baseclass.rst
Browse files Browse the repository at this point in the history
Co-Authored-By: Sebastian Berg <[email protected]>
  • Loading branch information
mattip and seberg authored Apr 4, 2020
1 parent cf88aa2 commit 3d34de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/reference/maskedarray.baseclass.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d34de6

Please sign in to comment.