Issue #16484: PYTHONDOCS still uses “http:” in Python 2
diff --git a/Doc/library/pydoc.rst b/Doc/library/pydoc.rst
index 57521f7..743769f 100644
--- a/Doc/library/pydoc.rst
+++ b/Doc/library/pydoc.rst
@@ -80,7 +80,7 @@
 Python interpreter and typed ``import spam``.
 
 Module docs for core modules are assumed to reside in
-https://docs.python.org/library/.  This can be overridden by setting the
+http://docs.python.org/library/.  This can be overridden by setting the
 :envvar:`PYTHONDOCS` environment variable to a different URL or to a local
 directory containing the Library Reference Manual pages.