]> granicus.if.org Git - python/commitdiff
fix markup
authorBenjamin Peterson <benjamin@python.org>
Thu, 2 Apr 2009 00:24:00 +0000 (00:24 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 2 Apr 2009 00:24:00 +0000 (00:24 +0000)
Doc/library/http.client.rst

index 4d9a4ddbee79edfb5cd8f88c9db81db0ac664008..919b0bf0fd3a07b84af09e9d732b4256b38059b9 100644 (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.
\ No newline at end of file
+.. XXX Define the methods that clients can depend upon between versions.