summaryrefslogtreecommitdiff
path: root/numpy/ma/extras.py
diff options
context:
space:
mode:
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.