Commit c926c59d authored by Ezio Melotti's avatar Ezio Melotti

#16017: capitalize URLs.

parent 4f24af06
...@@ -148,7 +148,7 @@ Internet Access ...@@ -148,7 +148,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:`urllib.request` for retrieving data 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 >>> from urllib.request import urlopen
>>> for line in urlopen('http://tycho.usno.navy.mil/cgi-bin/timer.pl'): >>> for line in urlopen('http://tycho.usno.navy.mil/cgi-bin/timer.pl'):
......
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