diff options
Diffstat (limited to 'Doc/library/pydoc.rst')
-rw-r--r-- | Doc/library/pydoc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pydoc.rst b/Doc/library/pydoc.rst index 4d74397..41ea1c6 100644 --- a/Doc/library/pydoc.rst +++ b/Doc/library/pydoc.rst @@ -57,7 +57,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. |