Commit 4baf4800 authored by Ezio Melotti's avatar Ezio Melotti

#16017: capitalize URLs.

parent fe11e811
...@@ -145,7 +145,7 @@ Internet Access ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment