diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-07-17 23:18:11 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-07-17 23:18:11 (GMT) |
commit | c32aae0d44c1acd6a36fedd09cd165c64af05d06 (patch) | |
tree | e082cf181bd9355a5b68d915b5f58a53f247caa3 /Doc/library/urllib.request.rst | |
parent | 029b4679639c3a39419330871a03b490cfe709ac (diff) | |
parent | 3e7f33fc82136f1620ad48df6068d3ac17ba8b44 (diff) | |
download | cpython-c32aae0d44c1acd6a36fedd09cd165c64af05d06.zip cpython-c32aae0d44c1acd6a36fedd09cd165c64af05d06.tar.gz cpython-c32aae0d44c1acd6a36fedd09cd165c64af05d06.tar.bz2 |
fix whitespace in rst.
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r-- | 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 index 95bfa89..825398b 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -945,8 +945,8 @@ HTTPErrorProcessor Objects .. method:: HTTPErrorProcessor.https_response() - Process HTTPS error responses. - + Process HTTPS error responses. + The behavior is same as :meth:`http_response`. |