[Python-checkins] cpython (merge 3.2 -> default): fix whitespace in rst.

senthil.kumaran python-checkins at python.org
Mon Jul 18 01:19:13 CEST 2011


http://hg.python.org/cpython/rev/3cd88ae348db
changeset:   71395:3cd88ae348db
parent:      71392:04541e33364d
parent:      71394:53a69930f605
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Mon Jul 18 07:18:11 2011 +0800
summary:
  fix whitespace in rst.

files:
  Doc/library/urllib.request.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -945,8 +945,8 @@
 
 .. method:: HTTPErrorProcessor.https_response()
 
-   Process HTTPS error responses. 
-   
+   Process HTTPS error responses.
+
    The behavior is same as :meth:`http_response`.
 
 

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


More information about the Python-checkins mailing list