diff options
author | Georg Brandl <georg@python.org> | 2010-08-01 21:25:46 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-01 21:25:46 (GMT) |
commit | 8b256caf2d56db5afadc7a82c7b4440b9c1911cf (patch) | |
tree | 774de6e1db404ec0c160706e1a0f0361578d2b69 /Doc/library/urllib.request.rst | |
parent | eb0c8edc87e862a87bf90288259451d01be9f8f0 (diff) | |
download | cpython-8b256caf2d56db5afadc7a82c7b4440b9c1911cf.zip cpython-8b256caf2d56db5afadc7a82c7b4440b9c1911cf.tar.gz cpython-8b256caf2d56db5afadc7a82c7b4440b9c1911cf.tar.bz2 |
Merged revisions 83106 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r83106 | georg.brandl | 2010-07-23 18:55:26 +0200 (Fr, 23 Jul 2010) | 1 line
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 64e0c2a..75ff857 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. |