summaryrefslogtreecommitdiff
path: root/numpy/testing/nose_tools/parameterized.py
diff options
context:
space:
mode:
authorUnknown <kunda@scribus.net>2017-12-12 19:08:43 -0500
committerUnknown <kunda@scribus.net>2017-12-12 19:09:07 -0500
commitde100beb4b53833f817d4ba9c6d940e4cff96d43 (patch)
treeeba76bff8ae029b4fb805bd6cd4bff4337922f1d /numpy/testing/nose_tools/parameterized.py
parent356b481bcf8783a4ecca6aaa7d7712e347c16101 (diff)
downloadnumpy-de100beb4b53833f817d4ba9c6d940e4cff96d43.tar.gz
DOC: fix minor typos
Diffstat (limited to 'numpy/testing/nose_tools/parameterized.py')
-rw-r--r--numpy/testing/nose_tools/parameterized.py2
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: