summaryrefslogtreecommitdiff
path: root/numpy/ma/extras.py
diff options
context:
space:
mode:
authorMatthias Bussonnier <bussonniermatthias@gmail.com>2021-01-28 09:04:18 -0800
committerMatthias Bussonnier <bussonniermatthias@gmail.com>2021-01-28 21:21:16 -0800
commit7aebdfa50254270085fe6a24206d35d31e43c939 (patch)
tree6b394f167d68262463bd28fc79d8c52368b5995f /numpy/ma/extras.py
parent7a4e602a1f9e39ec3662e21a12c35c6df0cf9295 (diff)
downloadnumpy-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.py2
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.