fix markup

This commit is contained in:
Benjamin Peterson 2009-04-02 00:24:00 +00:00
parent bc6c2b5c6b
commit 605b9d9fe8
1 changed files with 3 additions and 4 deletions

View File

@ -522,8 +522,7 @@ Here is an example session that shows how to ``POST`` requests::
HTTPMessage Objects
-------------------
An :class:`http.client.HTTPMessage` instance holds the headers from an
HTTP response. It is implemented using the
:class:`email.message.Message' class.
An :class:`http.client.HTTPMessage` instance holds the headers from an HTTP
response. It is implemented using the :class:`email.message.Message` class.
XXX Define the methods that clients can depend upon between versions.
.. XXX Define the methods that clients can depend upon between versions.