summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-06-19 16:59:41 -0700
committerSenthil Kumaran <senthil@uthcode.com>2011-06-19 16:59:41 -0700
commitfd8d7e9b0dc151bd37da6756b09fa2d139416229 (patch)
tree8159e51e77a52819b7b13cdccf65dade09e60aad
parentce9b596c04626c734993106acf4ccebd517a71d8 (diff)
downloadcpython-git-fd8d7e9b0dc151bd37da6756b09fa2d139416229.tar.gz
Whitespace nit fixed using reident.
-rw-r--r--Doc/library/http.client.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst
index d16b80814b..54873ae304 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
--------