diff options
author | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2021-01-28 09:04:18 -0800 |
---|---|---|
committer | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2021-01-28 21:21:16 -0800 |
commit | 7aebdfa50254270085fe6a24206d35d31e43c939 (patch) | |
tree | 6b394f167d68262463bd28fc79d8c52368b5995f /numpy/ma/extras.py | |
parent | 7a4e602a1f9e39ec3662e21a12c35c6df0cf9295 (diff) | |
download | numpy-7aebdfa50254270085fe6a24206d35d31e43c939.tar.gz |
DOC: more mist fixes of syntax.
Space before colon, or missing colon in see-also,
typo in parameter names, casing in See Also.
Diffstat (limited to 'numpy/ma/extras.py')
-rw-r--r-- | numpy/ma/extras.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/ma/extras.py b/numpy/ma/extras.py index 96e64914a..a775a15bf 100644 --- a/numpy/ma/extras.py +++ b/numpy/ma/extras.py @@ -1217,7 +1217,7 @@ def union1d(ar1, ar2): The output is always a masked array. See `numpy.union1d` for more details. - See also + See Also -------- numpy.union1d : Equivalent function for ndarrays. |