diff options
Diffstat (limited to 'numpy/testing/decorators.py')
-rw-r--r-- | numpy/testing/decorators.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/decorators.py b/numpy/testing/decorators.py index 70301f250..90bf27b96 100644 --- a/numpy/testing/decorators.py +++ b/numpy/testing/decorators.py @@ -125,7 +125,7 @@ def knownfailureif(fail_condition, msg=None): ''' Make function raise KnownFailureTest exception if fail_condition is true Parameters - --------- + ---------- fail_condition : bool or callable. Flag to determine whether to mark test as known failure (True) or not (False). If the condition is a callable, it is used at |