mirror of
https://github.com/python/cpython.git
synced 2025-11-13 23:46:24 +00:00
fix markup
This commit is contained in:
parent
bc6c2b5c6b
commit
605b9d9fe8
1 changed files with 3 additions and 4 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue