summaryrefslogtreecommitdiff
path: root/numpy/testing/nose_tools/parameterized.py
diff options
context:
space:
mode:
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: