From: Georg Brandl Date: Tue, 20 Apr 2010 18:15:54 +0000 (+0000) Subject: Markup nit. X-Git-Tag: v3.2a1~1082 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdc55aba34b8233317f834dc2a14f8a5cae741de;p=thirdparty%2FPython%2Fcpython.git Markup nit. --- diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index 9496083696a4..676d5ce86576 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -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/')