]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix whitespace nit.
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 17 Jul 2011 23:17:20 +0000 (07:17 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 17 Jul 2011 23:17:20 +0000 (07:17 +0800)
Doc/library/urllib.request.rst

index acb6888bb699247d9ad85fd06d7aed0002f99643..7dfdf3e41d2201291dd1112b341cb8b4155feec7 100644 (file)
@@ -935,8 +935,8 @@ HTTPErrorProcessor Objects
 
 .. method:: HTTPErrorProcessor.https_response()
 
-   Process HTTPS error responses. 
-   
+   Process HTTPS error responses.
+
    The behavior is same as :meth:`http_response`.