mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Adapt pydoc to new doc URLs.
This commit is contained in:
parent
ae747dccab
commit
0751d1ad2a
3 changed files with 8 additions and 9 deletions
|
|
@ -59,7 +59,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://www.python.org/doc/current/lib/. 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue