diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/pydoc.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Doc/library/pydoc.rst b/Doc/library/pydoc.rst index 9abac6e..8ac2f34 100644 --- a/Doc/library/pydoc.rst +++ b/Doc/library/pydoc.rst @@ -64,7 +64,9 @@ 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/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. +``http://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 +Reference Manual pages. |