#16017: capitalize URLs.

This commit is contained in:
Ezio Melotti 2012-09-24 17:06:11 +03:00
parent fe11e81136
commit 4baf480088

View file

@ -145,7 +145,7 @@ Internet Access
=============== ===============
There are a number of modules for accessing the internet and processing internet 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:: and :mod:`smtplib` for sending mail::
>>> import urllib2 >>> import urllib2