summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.request.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-06-24 20:48:03 (GMT)
committerGeorg Brandl <georg@python.org>2012-06-24 20:48:03 (GMT)
commit33369cf9a534289769c9e8a3a093a0fa380dd435 (patch)
treec9afaa2bd03382107fdbea5143f6c938fe5f153f /Doc/library/urllib.request.rst
parent26af3b223f11a59ca7802596e985b34ba2933e9c (diff)
downloadcpython-33369cf9a534289769c9e8a3a093a0fa380dd435.zip
cpython-33369cf9a534289769c9e8a3a093a0fa380dd435.tar.gz
cpython-33369cf9a534289769c9e8a3a093a0fa380dd435.tar.bz2
Fix a bunch of "versionchanged" related markup errors.
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r--Doc/library/urllib.request.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index db26b27..b4764cc 100644
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -902,10 +902,9 @@ FileHandler Objects
Open the file locally, if there is no host name, or the host name is
``'localhost'``.
- This method is applicable only for local hostnames. When a remote hostname
- is given, an :exc:`URLError` is raised.
-
-.. versionchanged:: 3.2
+ .. versionchanged:: 3.2
+ This method is applicable only for local hostnames. When a remote
+ hostname is given, an :exc:`URLError` is raised.
.. _ftp-handler-objects: