mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Use https:// URLs when referring to python.org hosts.
This commit is contained in:
parent
46761ec7c2
commit
e73778c1ac
54 changed files with 160 additions and 160 deletions
|
@ -76,7 +76,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
|
||||
``http://docs.python.org/X.Y/library/`` where ``X`` and ``Y`` are the
|
||||
``https://docs.python.org/X.Y/library/`` where ``X`` and ``Y`` are the
|
||||
major and minor version numbers of the Python interpreter. This can
|
||||
be overridden by setting the :envvar:`PYTHONDOCS` environment variable
|
||||
to a different URL or to a local directory containing the Library
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue