summaryrefslogtreecommitdiff
path: root/numpy/testing/_private/noseclasses.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/testing/_private/noseclasses.py')
-rw-r--r--numpy/testing/_private/noseclasses.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/_private/noseclasses.py b/numpy/testing/_private/noseclasses.py
index 493bacfdd..69e19e959 100644
--- a/numpy/testing/_private/noseclasses.py
+++ b/numpy/testing/_private/noseclasses.py
@@ -210,7 +210,7 @@ class NumpyDoctest(npd.Doctest):
# starting Python and executing "import numpy as np", and,
# for SciPy packages, an additional import of the local
# package (so that scipy.linalg.basic.py's doctests have an
- # implicit "from scipy import linalg" as well.
+ # implicit "from scipy import linalg" as well).
#
# Note: __file__ allows the doctest in NoseTester to run
# without producing an error