diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-09-24 14:06:11 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-09-24 14:06:11 (GMT) |
commit | 4baf4800883cff28954835de143849b8744cfcda (patch) | |
tree | b9ba6cfea9ca245ce543af31170aaa9c2202a207 /Doc/tutorial | |
parent | fe11e81136b6136889a16778f231e3856265b135 (diff) | |
download | cpython-4baf4800883cff28954835de143849b8744cfcda.zip cpython-4baf4800883cff28954835de143849b8744cfcda.tar.gz cpython-4baf4800883cff28954835de143849b8744cfcda.tar.bz2 |
#16017: capitalize URLs.
Diffstat (limited to 'Doc/tutorial')
-rw-r--r-- | Doc/tutorial/stdlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/stdlib.rst b/Doc/tutorial/stdlib.rst index 844f8bc..1343649 100644 --- a/Doc/tutorial/stdlib.rst +++ b/Doc/tutorial/stdlib.rst @@ -145,7 +145,7 @@ Internet Access =============== There are a number of modules for accessing the internet and processing internet -protocols. Two of the simplest are :mod:`urllib2` for retrieving data from urls +protocols. Two of the simplest are :mod:`urllib2` for retrieving data from URLs and :mod:`smtplib` for sending mail:: >>> import urllib2 |