From: Senthil Kumaran Date: Sun, 19 Jun 2011 23:59:41 +0000 (-0700) Subject: Whitespace nit fixed using reident. X-Git-Tag: v3.2.1rc2~70^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd8d7e9b0dc151bd37da6756b09fa2d139416229;p=thirdparty%2FPython%2Fcpython.git Whitespace nit fixed using reident. --- diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index d16b80814ba8..54873ae30487 100644 --- a/Doc/library/http.client.rst +++ b/Doc/library/http.client.rst @@ -545,7 +545,7 @@ statement. .. attribute:: HTTPResponse.closed - Is True if the stream is closed. + Is True if the stream is closed. Examples --------