summaryrefslogtreecommitdiff
path: root/numpy/ma/core.py
diff options
context:
space:
mode:
authorBrian Wignall <brianwignall@gmail.com>2020-01-14 07:27:33 -0500
committerBrian Wignall <brianwignall@gmail.com>2020-01-14 07:27:33 -0500
commitb485da191ec08597835292e45f3ee52f3b1e23e5 (patch)
tree49d81469ad7574f206662cd586608d42e182f95f /numpy/ma/core.py
parent266c588b393ea0d3b89d583e014e9befe654bed2 (diff)
downloadnumpy-b485da191ec08597835292e45f3ee52f3b1e23e5.tar.gz
DOC: fix typos
Diffstat (limited to 'numpy/ma/core.py')
-rw-r--r--numpy/ma/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/ma/core.py b/numpy/ma/core.py
index d51d8e6ec..30aef7465 100644
--- a/numpy/ma/core.py
+++ b/numpy/ma/core.py
@@ -99,7 +99,7 @@ def _deprecate_argsort_axis(arr):
The array which argsort was called on
np.ma.argsort has a long-term bug where the default of the axis argument
- is wrong (gh-8701), which now must be kept for backwards compatibiity.
+ is wrong (gh-8701), which now must be kept for backwards compatibility.
Thankfully, this only makes a difference when arrays are 2- or more-
dimensional, so we only need a warning then.
"""