[Python-checkins] cpython (merge 3.2 -> default): merge from 3.2

senthil.kumaran python-checkins at python.org
Mon Jun 20 02:00:46 CEST 2011


http://hg.python.org/cpython/rev/c9bc72398a0e
changeset:   70885:c9bc72398a0e
parent:      70883:f3e27bb31adf
parent:      70884:4444afcfb22e
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Sun Jun 19 17:00:29 2011 -0700
summary:
  merge from 3.2

files:
  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
--- a/Doc/library/http.client.rst
+++ b/Doc/library/http.client.rst
@@ -545,7 +545,7 @@
 
 .. attribute:: HTTPResponse.closed
 
-   Is True if the stream is closed. 
+   Is True if the stream is closed.
 
 Examples
 --------

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list