summaryrefslogtreecommitdiff
path: root/numpy/ma/extras.py
diff options
context:
space:
mode:
authorBradley Dice <bdice@bradleydice.com>2020-09-17 03:06:41 -0500
committerGitHub <noreply@github.com>2020-09-17 11:06:41 +0300
commit60a1e10c4593736b188b38e7d7c51aefb213af6a (patch)
tree20a71584c6a2f10c03defcb6ef63f4880ef7e865 /numpy/ma/extras.py
parentbde2119e80d14a21950285f2d872b29506c7b851 (diff)
downloadnumpy-60a1e10c4593736b188b38e7d7c51aefb213af6a.tar.gz
DOC: Fix syntax errors in docstrings for versionchanged, versionadded (#17338)
* DOC: Fix typos in versionchanged.
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 8ede29da1..613bcb550 100644
--- a/numpy/ma/extras.py
+++ b/numpy/ma/extras.py
@@ -1641,7 +1641,7 @@ def flatnotmasked_contiguous(a):
slice_list : list
A sorted sequence of `slice` objects (start index, end index).
- ..versionchanged:: 1.15.0
+ .. versionchanged:: 1.15.0
Now returns an empty list instead of None for a fully masked array
See Also