summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.request.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-23 16:55:26 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-23 16:55:26 (GMT)
commita5eacee237ab8a9be7d326948548c29a97e8a89c (patch)
tree9935bbcfe6626fd5591b2080ef0830738308b185 /Doc/library/urllib.request.rst
parent6086118ceda2630dbc5eafabfb113fae678fb6a4 (diff)
downloadcpython-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.rst3
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.