From bdc55aba34b8233317f834dc2a14f8a5cae741de Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 20 Apr 2010 18:15:54 +0000 Subject: Markup nit. --- Doc/library/urllib.request.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index 9496083..676d5ce 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/') -- cgit v0.12