Kaydet (Commit) bdc55aba authored tarafından Georg Brandl's avatar Georg Brandl

Markup nit.

üst 58179b83
...@@ -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