Commit c1f934bb authored by Georg Brandl's avatar Georg Brandl

Markup nit.

parent 5c4c1567
...@@ -1073,7 +1073,7 @@ Examples ...@@ -1073,7 +1073,7 @@ Examples
-------- --------
This example gets the python.org main page and displays the first 100 bytes of This example gets the python.org main page and displays the first 100 bytes of
it.:: it. ::
>>> import urllib.request >>> import urllib.request
>>> f = urllib.request.urlopen('http://www.python.org/') >>> f = urllib.request.urlopen('http://www.python.org/')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment