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

index 97297434ed83b8ab4eacec0617502bc7286043ab..128e6a6f42ff02706a17507e66a0914ae044c529 100644 (file)
@@ -148,7 +148,7 @@ Internet Access
 
 There are a number of modules for accessing the internet and processing internet
 protocols. Two of the simplest are :mod:`urllib.request` for retrieving data
-from urls and :mod:`smtplib` for sending mail::
+from URLs and :mod:`smtplib` for sending mail::
 
    >>> from urllib.request import urlopen
    >>> for line in urlopen('http://tycho.usno.navy.mil/cgi-bin/timer.pl'):