summaryrefslogtreecommitdiff
path: root/numpy/testing/decorators.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/decorators.py
parent1bb5bb5529d78ba95e76c802544f8b6efa84ec33 (diff)
downloadnumpy-8c448a31743b9ea5bc18e06dfa42c078206ca529.tar.gz
ran reindent
Diffstat (limited to 'numpy/testing/decorators.py')
-rw-r--r--numpy/testing/decorators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/decorators.py b/numpy/testing/decorators.py
index 5d8f863d2..418c1d9fa 100644
--- a/numpy/testing/decorators.py
+++ b/numpy/testing/decorators.py
@@ -89,7 +89,7 @@ def knownfailureif(skip_condition, msg=None):
Parameters
---------
skip_condition : bool
- Flag to determine whether to mark test as known failure (True)
+ Flag to determine whether to mark test as known failure (True)
or not (False)
msg : string
Message to give on raising a KnownFailureTest exception