diff options
author | Unknown <kunda@scribus.net> | 2017-12-12 19:08:43 -0500 |
---|---|---|
committer | Unknown <kunda@scribus.net> | 2017-12-12 19:09:07 -0500 |
commit | de100beb4b53833f817d4ba9c6d940e4cff96d43 (patch) | |
tree | eba76bff8ae029b4fb805bd6cd4bff4337922f1d /numpy/testing/nose_tools/parameterized.py | |
parent | 356b481bcf8783a4ecca6aaa7d7712e347c16101 (diff) | |
download | numpy-de100beb4b53833f817d4ba9c6d940e4cff96d43.tar.gz |
DOC: fix minor typos
Diffstat (limited to 'numpy/testing/nose_tools/parameterized.py')
-rw-r--r-- | numpy/testing/nose_tools/parameterized.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/nose_tools/parameterized.py b/numpy/testing/nose_tools/parameterized.py index 962fddcbf..372928e3d 100644 --- a/numpy/testing/nose_tools/parameterized.py +++ b/numpy/testing/nose_tools/parameterized.py @@ -409,7 +409,7 @@ class parameterized(object): @classmethod def check_input_values(cls, input_values): - # Explicitly convery non-list inputs to a list so that: + # Explicitly convert non-list inputs to a list so that: # 1. A helpful exception will be raised if they aren't iterable, and # 2. Generators are unwrapped exactly once (otherwise `nosetests # --processes=n` has issues; see: |