From: Ezio Melotti Date: Mon, 24 Sep 2012 14:06:11 +0000 (+0300) Subject: #16017: capitalize URLs. X-Git-Tag: v2.7.4rc1~544 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4baf4800883cff28954835de143849b8744cfcda;p=thirdparty%2FPython%2Fcpython.git #16017: capitalize URLs. --- diff --git a/Doc/tutorial/stdlib.rst b/Doc/tutorial/stdlib.rst index 844f8bc011ab..1343649faaff 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