diff options
author | Pauli Virtanen <pav@iki.fi> | 2009-03-29 01:28:57 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2009-03-29 01:28:57 +0000 |
commit | e89b62aaaacebe1ba23bcbb6f84bea20c0f12be2 (patch) | |
tree | c9839fa50c8c75a8ef60fc5137e0e8f5d3ff5a16 /numpy/testing/decorators.py | |
parent | 8a93617e2a4fdf1d46ec8f0c7cc10c3c07f3ca98 (diff) | |
download | numpy-e89b62aaaacebe1ba23bcbb6f84bea20c0f12be2.tar.gz |
Fix docstring formatting (blocks doc build)
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 |