#16017: capitalize URLs.

This commit is contained in:
Ezio Melotti 2012-09-24 17:06:11 +03:00
parent fe11e81136
commit 4baf480088
1 changed files with 1 additions and 1 deletions

View 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