diff options
author | Georg Brandl <georg@python.org> | 2010-07-23 16:55:26 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-23 16:55:26 (GMT) |
commit | a5eacee237ab8a9be7d326948548c29a97e8a89c (patch) | |
tree | 9935bbcfe6626fd5591b2080ef0830738308b185 /Doc/library/urllib.request.rst | |
parent | 6086118ceda2630dbc5eafabfb113fae678fb6a4 (diff) | |
download | cpython-a5eacee237ab8a9be7d326948548c29a97e8a89c.zip cpython-a5eacee237ab8a9be7d326948548c29a97e8a89c.tar.gz cpython-a5eacee237ab8a9be7d326948548c29a97e8a89c.tar.bz2 |
Fix some markup glitches.
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r-- | Doc/library/urllib.request.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index a130250..0ac228d 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -638,7 +638,8 @@ sorting the handler instances. :meth:`unknown_open`. Note that the implementation of these methods may involve calls of the parent - :class:`OpenerDirector` instance's :meth:`.open` and :meth:`.error` methods. + :class:`OpenerDirector` instance's :meth:`~OpenerDirector.open` and + :meth:`~OpenerDirector.error` methods. #. Every handler with a method named like :meth:`protocol_response` has that method called to post-process the response. |