summaryrefslogtreecommitdiff
path: root/numpy/testing/noseclasses.py
diff options
context:
space:
mode:
authorJarrod Millman <millman@berkeley.edu>2008-12-31 23:25:03 +0000
committerJarrod Millman <millman@berkeley.edu>2008-12-31 23:25:03 +0000
commit8c448a31743b9ea5bc18e06dfa42c078206ca529 (patch)
treece25aed9f383011568653d7761918eeb11ba7dde /numpy/testing/noseclasses.py
parent1bb5bb5529d78ba95e76c802544f8b6efa84ec33 (diff)
downloadnumpy-8c448a31743b9ea5bc18e06dfa42c078206ca529.tar.gz
ran reindent
Diffstat (limited to 'numpy/testing/noseclasses.py')
-rw-r--r--numpy/testing/noseclasses.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/noseclasses.py b/numpy/testing/noseclasses.py
index d838a5f84..ef2f90745 100644
--- a/numpy/testing/noseclasses.py
+++ b/numpy/testing/noseclasses.py
@@ -251,7 +251,7 @@ class KnownFailureTest(Exception):
class KnownFailure(ErrorClassPlugin):
- '''Plugin that installs a KNOWNFAIL error class for the
+ '''Plugin that installs a KNOWNFAIL error class for the
KnownFailureClass exception. When KnownFailureTest is raised,
the exception will be logged in the knownfail attribute of the
result, 'K' or 'KNOWNFAIL' (verbose) will be output, and the