From: Senthil Kumaran Date: Sun, 17 Jul 2011 23:17:20 +0000 (+0800) Subject: fix whitespace nit. X-Git-Tag: v3.2.2rc1~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e7f33fc82136f1620ad48df6068d3ac17ba8b44;p=thirdparty%2FPython%2Fcpython.git fix whitespace nit. --- diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index acb6888bb699..7dfdf3e41d22 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -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`.