Commit 605b9d9f authored by Benjamin Peterson's avatar Benjamin Peterson

fix markup

parent bc6c2b5c
...@@ -522,8 +522,7 @@ Here is an example session that shows how to ``POST`` requests:: ...@@ -522,8 +522,7 @@ Here is an example session that shows how to ``POST`` requests::
HTTPMessage Objects HTTPMessage Objects
------------------- -------------------
An :class:`http.client.HTTPMessage` instance holds the headers from an An :class:`http.client.HTTPMessage` instance holds the headers from an HTTP
HTTP response. It is implemented using the response. It is implemented using the :class:`email.message.Message` class.
: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.
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment