summaryrefslogtreecommitdiff
path: root/Doc/library/urllib.request.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r--Doc/library/urllib.request.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index c4a8a79281..127843416f 100644
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -1058,7 +1058,7 @@ Examples
--------
This example gets the python.org main page and displays the first 300 bytes of
-it.::
+it. ::
>>> import urllib.request
>>> f = urllib.request.urlopen('http://www.python.org/')