]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#16017: capitalize URLs.
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 24 Sep 2012 14:06:11 +0000 (17:06 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 24 Sep 2012 14:06:11 +0000 (17:06 +0300)
Doc/tutorial/stdlib.rst

index 844f8bc011abb7b843056168a8a8008c486682d3..1343649faafffab22f7a8a4228bd107fc2770761 100644 (file)
@@ -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