summaryrefslogtreecommitdiff
path: root/numpy/ma/tests/test_deprecations.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-05-09 12:16:14 +0300
committerVille Skyttä <ville.skytta@iki.fi>2017-05-09 12:16:14 +0300
commitef5684564e3074daf614846f30bfdd7f15f5254f (patch)
tree1b604adcf75bec0009c27d340e6ede2adb03b2ec /numpy/ma/tests/test_deprecations.py
parent23b0cf3a5925dbc1f0503fbdacdf8088372f4ab5 (diff)
downloadnumpy-ef5684564e3074daf614846f30bfdd7f15f5254f.tar.gz
ENH: Spelling fixes
Diffstat (limited to 'numpy/ma/tests/test_deprecations.py')
-rw-r--r--numpy/ma/tests/test_deprecations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/ma/tests/test_deprecations.py b/numpy/ma/tests/test_deprecations.py
index 8eea42fae..24dd7cb8d 100644
--- a/numpy/ma/tests/test_deprecations.py
+++ b/numpy/ma/tests/test_deprecations.py
@@ -23,7 +23,7 @@ class TestArgsort(TestCase):
np.ma.core.MaskedArrayFutureWarning, argsort, arr_2d)
assert_equal(result, argsort(arr_2d, axis=None))
- # should be no warnings for explictly specifiying it
+ # should be no warnings for explicitly specifying it
argsort(arr_2d, axis=None)
argsort(arr_2d, axis=-1)