diff --git a/Doc/library/urllib2.rst b/Doc/library/urllib2.rst index 79113b0da79..d0d4727b6d5 100644 --- a/Doc/library/urllib2.rst +++ b/Doc/library/urllib2.rst @@ -900,8 +900,8 @@ HTTPErrorProcessor Objects .. method:: HTTPErrorProcessor.https_response() - Process HTTPS error responses. - + Process HTTPS error responses. + The behavior is same as :meth:`http_response`.