[Python-checkins] r71012 - python/branches/py3k/Doc/library/http.client.rst

benjamin.peterson python-checkins at python.org
Thu Apr 2 02:24:00 CEST 2009


Author: benjamin.peterson
Date: Thu Apr  2 02:24:00 2009
New Revision: 71012

Log:
fix markup

Modified:
   python/branches/py3k/Doc/library/http.client.rst

Modified: python/branches/py3k/Doc/library/http.client.rst
==============================================================================
--- python/branches/py3k/Doc/library/http.client.rst	(original)
+++ python/branches/py3k/Doc/library/http.client.rst	Thu Apr  2 02:24:00 2009
@@ -522,8 +522,7 @@
 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.


More information about the Python-checkins mailing list