]> granicus.if.org Git - python/commitdiff
Issue #16484: PYTHONDOCS still uses “http:” in Python 2
authorMartin Panter <vadmium+py@gmail.com>
Sun, 12 Jun 2016 04:38:34 +0000 (04:38 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sun, 12 Jun 2016 04:38:34 +0000 (04:38 +0000)
Doc/library/pydoc.rst

index 57521f790224954caae0df427583c251de4ec08e..743769fe3e5d30725fafa09b19f3f14f95803952 100644 (file)
@@ -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.