From 605b9d9fe8509f9da305b2ef7a7774419e47094d Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 2 Apr 2009 00:24:00 +0000 Subject: [PATCH] fix markup --- Doc/library/http.client.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index 4d9a4ddbee7..919b0bf0fd3 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.