Fix some markup glitches.

This commit is contained in:
Georg Brandl 2010-07-23 16:55:26 +00:00
parent 6086118ced
commit a5eacee237
4 changed files with 6 additions and 4 deletions

View file

@ -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.