summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-06-20 00:00:29 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-06-20 00:00:29 (GMT)
commit110cac15232182ae32deb0bad1fbc63a2320e23d (patch)
tree6655fa843b7bdee3451f3eae7a271a779597ea09 /Doc
parent9f90470aa6ded8ab2b1bdf0c943396e651f373b4 (diff)
parentfd8d7e9b0dc151bd37da6756b09fa2d139416229 (diff)
downloadcpython-110cac15232182ae32deb0bad1fbc63a2320e23d.zip
cpython-110cac15232182ae32deb0bad1fbc63a2320e23d.tar.gz
cpython-110cac15232182ae32deb0bad1fbc63a2320e23d.tar.bz2
merge from 3.2
Diffstat (limited to 'Doc')
-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
--------