summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-07-17 23:17:20 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-07-17 23:17:20 (GMT)
commit3e7f33fc82136f1620ad48df6068d3ac17ba8b44 (patch)
tree1d6dc4f71df8efbc3518aa04a83c64f3724e2176 /Doc
parent0215d09ca927096325ec470074b1dc608b9083ba (diff)
downloadcpython-3e7f33fc82136f1620ad48df6068d3ac17ba8b44.zip
cpython-3e7f33fc82136f1620ad48df6068d3ac17ba8b44.tar.gz
cpython-3e7f33fc82136f1620ad48df6068d3ac17ba8b44.tar.bz2
fix whitespace nit.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/urllib.request.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index acb6888..7dfdf3e 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`.