diff options
author | Georg Brandl <georg@python.org> | 2010-04-20 18:15:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-04-20 18:15:54 (GMT) |
commit | bdc55aba34b8233317f834dc2a14f8a5cae741de (patch) | |
tree | 8c56ca73b544a39fb3cb963f6b5dca5b01633a08 | |
parent | 58179b831a218a33fdf2caddf696943971518131 (diff) | |
download | cpython-bdc55aba34b8233317f834dc2a14f8a5cae741de.zip cpython-bdc55aba34b8233317f834dc2a14f8a5cae741de.tar.gz cpython-bdc55aba34b8233317f834dc2a14f8a5cae741de.tar.bz2 |
Markup nit.
-rw-r--r-- | Doc/library/urllib.request.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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/') |