summaryrefslogtreecommitdiff
path: root/numpy/testing/tests
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/testing/tests
parent23b0cf3a5925dbc1f0503fbdacdf8088372f4ab5 (diff)
downloadpython-numpy-ef5684564e3074daf614846f30bfdd7f15f5254f.tar.gz
python-numpy-ef5684564e3074daf614846f30bfdd7f15f5254f.tar.bz2
python-numpy-ef5684564e3074daf614846f30bfdd7f15f5254f.zip
ENH: Spelling fixes
Diffstat (limited to 'numpy/testing/tests')
-rw-r--r--numpy/testing/tests/test_decorators.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/testing/tests/test_decorators.py b/numpy/testing/tests/test_decorators.py
index 721c0ef7e..02cd9fb88 100644
--- a/numpy/testing/tests/test_decorators.py
+++ b/numpy/testing/tests/test_decorators.py
@@ -110,7 +110,7 @@ def test_skip_generators_hardcoded():
for j in g2(10):
pass
except KnownFailureException:
- raise Exception('Marked incorretly as known failure')
+ raise Exception('Marked incorrectly as known failure')
except DidntSkipException:
pass
@@ -144,7 +144,7 @@ def test_skip_generators_callable():
for j in g2(10):
pass
except KnownFailureException:
- raise Exception('Marked incorretly as known failure')
+ raise Exception('Marked incorrectly as known failure')
except DidntSkipException:
pass