From be2bb472b09320f174b0277917ec2696ca13940c Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sun, 12 Jun 2016 04:38:34 +0000 Subject: [PATCH] =?utf8?q?Issue=20#16484:=20PYTHONDOCS=20still=20uses=20?= =?utf8?q?=E2=80=9Chttp:=E2=80=9D=20in=20Python=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Doc/library/pydoc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1