diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2017-05-09 12:16:14 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2017-05-09 12:16:14 +0300 |
commit | ef5684564e3074daf614846f30bfdd7f15f5254f (patch) | |
tree | 1b604adcf75bec0009c27d340e6ede2adb03b2ec /numpy/tests/test_warnings.py | |
parent | 23b0cf3a5925dbc1f0503fbdacdf8088372f4ab5 (diff) | |
download | numpy-ef5684564e3074daf614846f30bfdd7f15f5254f.tar.gz |
ENH: Spelling fixes
Diffstat (limited to 'numpy/tests/test_warnings.py')
-rw-r--r-- | numpy/tests/test_warnings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/tests/test_warnings.py b/numpy/tests/test_warnings.py index dcae60a81..c5818d21c 100644 --- a/numpy/tests/test_warnings.py +++ b/numpy/tests/test_warnings.py @@ -1,6 +1,6 @@ """ -Tests which scan for certain occurances in the code, they may not find -all of these occurances but should catch almost all. +Tests which scan for certain occurrences in the code, they may not find +all of these occurrences but should catch almost all. """ |