diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-06-19 23:59:41 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-06-19 23:59:41 (GMT) |
commit | fd8d7e9b0dc151bd37da6756b09fa2d139416229 (patch) | |
tree | 8159e51e77a52819b7b13cdccf65dade09e60aad /Doc | |
parent | ce9b596c04626c734993106acf4ccebd517a71d8 (diff) | |
download | cpython-fd8d7e9b0dc151bd37da6756b09fa2d139416229.zip cpython-fd8d7e9b0dc151bd37da6756b09fa2d139416229.tar.gz cpython-fd8d7e9b0dc151bd37da6756b09fa2d139416229.tar.bz2 |
Whitespace nit fixed using reident.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/http.client.rst | 2 |
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 -------- |