diff options
-rw-r--r-- | Doc/library/http.client.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index 4d9a4dd..919b0bf 100644 --- a/Doc/library/http.client.rst +++ b/Doc/library/http.client.rst @@ -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.
\ No newline at end of file +.. XXX Define the methods that clients can depend upon between versions. |