From: Benjamin Peterson Date: Thu, 2 Apr 2009 00:24:00 +0000 (+0000) Subject: fix markup X-Git-Tag: v3.1a2~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=605b9d9fe8509f9da305b2ef7a7774419e47094d;p=thirdparty%2FPython%2Fcpython.git fix markup --- diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index 4d9a4ddbee79..919b0bf0fd3a 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.