From: Martin Panter Date: Sun, 12 Jun 2016 04:38:34 +0000 (+0000) Subject: Issue #16484: PYTHONDOCS still uses “http:” in Python 2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be2bb472b09320f174b0277917ec2696ca13940c;p=python Issue #16484: PYTHONDOCS still uses “http:” in Python 2 --- diff --git a/Doc/library/pydoc.rst b/Doc/library/pydoc.rst index 57521f7902..743769fe3e 100644 --- a/Doc/library/pydoc.rst +++ b/Doc/library/pydoc.rst @@ -80,7 +80,7 @@ documents precisely the version of the module you would get if you started the 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.