diff options
author | Takanori H <takanori17h@gmail.com> | 2020-10-08 02:34:34 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 10:34:34 -0700 |
commit | 2a267e6a49ed68da01761c92deb7c90be207660d (patch) | |
tree | 4678fd46c2fb503d23058de696fbc30c894758b0 /doc/source/reference | |
parent | fd01786ea4c7dde540cede258ad11d08d25bacfc (diff) | |
download | numpy-2a267e6a49ed68da01761c92deb7c90be207660d.tar.gz |
DOC: Fixing references in ma docstrings (#16300)
Fix broken links in see also section of some ma functions.
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/routines.ma.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/routines.ma.rst b/doc/source/reference/routines.ma.rst index 97859ac67..18248fe09 100644 --- a/doc/source/reference/routines.ma.rst +++ b/doc/source/reference/routines.ma.rst @@ -272,7 +272,7 @@ Filling a masked array ma.common_fill_value ma.default_fill_value ma.maximum_fill_value - ma.maximum_fill_value + ma.minimum_fill_value ma.set_fill_value ma.MaskedArray.get_fill_value |