summaryrefslogtreecommitdiff
path: root/numpy/testing/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/testing/utils.py')
-rw-r--r--numpy/testing/utils.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/numpy/testing/utils.py b/numpy/testing/utils.py
index 423c75527..f0c4cae44 100644
--- a/numpy/testing/utils.py
+++ b/numpy/testing/utils.py
@@ -954,10 +954,9 @@ def rundocs(filename=None, raise_on_error=True):
-----
The doctests can be run by the user/developer by adding the ``doctests``
argument to the ``test()`` call. For example, to run all tests (including
- doctests) for `numpy.lib`::
-
- >>> np.lib.test(doctests=True)
+ doctests) for `numpy.lib`:
+ >>> np.lib.test(doctests=True) #doctest: +SKIP
"""
import doctest, imp
if filename is None: