summaryrefslogtreecommitdiffstats
path: root/Doc/library/http.client.rst
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-06-19 23:59:41 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-06-19 23:59:41 (GMT)
commitfd8d7e9b0dc151bd37da6756b09fa2d139416229 (patch)
tree8159e51e77a52819b7b13cdccf65dade09e60aad /Doc/library/http.client.rst
parentce9b596c04626c734993106acf4ccebd517a71d8 (diff)
downloadcpython-fd8d7e9b0dc151bd37da6756b09fa2d139416229.zip
cpython-fd8d7e9b0dc151bd37da6756b09fa2d139416229.tar.gz
cpython-fd8d7e9b0dc151bd37da6756b09fa2d139416229.tar.bz2
Whitespace nit fixed using reident.
Diffstat (limited to 'Doc/library/http.client.rst')
-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 d16b808..54873ae 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
--------