summaryrefslogtreecommitdiff
path: root/numpy/testing/_private/noseclasses.py
diff options
context:
space:
mode:
authorMike Toews <mwtoews@gmail.com>2018-06-16 18:18:19 +1200
committerMike Toews <mwtoews@gmail.com>2018-06-16 18:18:19 +1200
commit83828f52b287fefb3d8753a21bd3441997a4d687 (patch)
treef62c5aa84a9db02f3b6460e66b56cd299e4a794f /numpy/testing/_private/noseclasses.py
parentbf4a3e59b0cfb1e999845dc5228dfa1f54851b9f (diff)
downloadnumpy-83828f52b287fefb3d8753a21bd3441997a4d687.tar.gz
HTTP -> HTTPS, and other linkrot fixes
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 08dec0ca9..e99bbc97d 100644
--- a/numpy/testing/_private/noseclasses.py
+++ b/numpy/testing/_private/noseclasses.py
@@ -26,7 +26,7 @@ from .utils import KnownFailureException, KnownFailureTest
#-----------------------------------------------------------------------------
# Modified version of the one in the stdlib, that fixes a python bug (doctests
-# not found in extension modules, http://bugs.python.org/issue3158)
+# not found in extension modules, https://bugs.python.org/issue3158)
class NumpyDocTestFinder(doctest.DocTestFinder):
def _from_module(self, module, object):