]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Markup nit.
authorGeorg Brandl <georg@python.org>
Tue, 20 Apr 2010 18:15:54 +0000 (18:15 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 20 Apr 2010 18:15:54 +0000 (18:15 +0000)
Doc/library/urllib.request.rst

index 9496083696a45f0117528ffe9321f7352237fcb2..676d5ce86576443794e43d2221eed32ed52c7a71 100644 (file)
@@ -1073,7 +1073,7 @@ Examples
 --------
 
 This example gets the python.org main page and displays the first 100 bytes of
-it.::
+it. ::
 
    >>> import urllib.request
    >>> f = urllib.request.urlopen('http://www.python.org/')