diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-07-18 07:18:40 +0800 |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-07-18 07:18:40 +0800 |
commit | 1c0ebc0fa51f3215d7267bbfef04f7f745701368 (patch) | |
tree | 5e59d8a40acfb38e316504f2161f943019bbc01d | |
parent | a2dd57aaf1848730ede846edf492d7a161c2d7b7 (diff) | |
download | cpython-git-1c0ebc0fa51f3215d7267bbfef04f7f745701368.tar.gz |
fix whitespace in rst.
-rw-r--r-- | Doc/library/urllib2.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/urllib2.rst b/Doc/library/urllib2.rst index 79113b0da7..d0d4727b6d 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`. |