summaryrefslogtreecommitdiffstats
path: root/Doc/library/http.client.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-04-02 00:24:00 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-04-02 00:24:00 (GMT)
commit605b9d9fe8509f9da305b2ef7a7774419e47094d (patch)
tree7394d87ddc9c61486cc78937b5195bf2b8fb80e0 /Doc/library/http.client.rst
parentbc6c2b5c6b8f606e4c41c1548c2910da56a7b09c (diff)
downloadcpython-605b9d9fe8509f9da305b2ef7a7774419e47094d.zip
cpython-605b9d9fe8509f9da305b2ef7a7774419e47094d.tar.gz
cpython-605b9d9fe8509f9da305b2ef7a7774419e47094d.tar.bz2
fix markup
Diffstat (limited to 'Doc/library/http.client.rst')
-rw-r--r--Doc/library/http.client.rst7
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.