diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2021-01-29 06:07:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 06:07:50 +0000 |
commit | b74ee9ff8f0c3be41dfbd1bd5a10f54e67c40f39 (patch) | |
tree | 6b394f167d68262463bd28fc79d8c52368b5995f /numpy/ma/extras.py | |
parent | 7a4e602a1f9e39ec3662e21a12c35c6df0cf9295 (diff) | |
parent | 7aebdfa50254270085fe6a24206d35d31e43c939 (diff) | |
download | numpy-b74ee9ff8f0c3be41dfbd1bd5a10f54e67c40f39.tar.gz |
Merge pull request #18251 from Carreau/more-docs
DOC: more misc fixes of syntax
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. |