diff options
author | Jarrod Millman <millman@berkeley.edu> | 2008-08-08 04:33:45 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2008-08-08 04:33:45 +0000 |
commit | 70ed0f238156680efba9b4028810f3aed486357b (patch) | |
tree | e5e0f42e586156ed74128cff0fe84404398b918b /numpy/testing/parametric.py | |
parent | 0da812e06828be6749b1840b48c4f100dc3dfd68 (diff) | |
download | numpy-70ed0f238156680efba9b4028810f3aed486357b.tar.gz |
ran reindent
Diffstat (limited to 'numpy/testing/parametric.py')
-rw-r--r-- | numpy/testing/parametric.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/parametric.py b/numpy/testing/parametric.py index 3727d3ef2..7ff68f260 100644 --- a/numpy/testing/parametric.py +++ b/numpy/testing/parametric.py @@ -189,7 +189,7 @@ class _ParametricTestCase(unittest.TestCase): else: unittest.TestCase.run(self,result) -# The underscore was added to the class name to keep nose from trying +# The underscore was added to the class name to keep nose from trying # to run the test class (nose ignores class names that begin with an # underscore by default). ParametricTestCase = _ParametricTestCase |