Skip to content

Commit 5799a2d

Browse files
committed
python#16017: merge with 3.2.
2 parents 0ce2225 + c926c59 commit 5799a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/stdlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Internet Access
148148

149149
There are a number of modules for accessing the internet and processing internet
150150
protocols. Two of the simplest are :mod:`urllib.request` for retrieving data
151-
from urls and :mod:`smtplib` for sending mail::
151+
from URLs and :mod:`smtplib` for sending mail::
152152

153153
>>> from urllib.request import urlopen
154154
>>> for line in urlopen('http://tycho.usno.navy.mil/cgi-bin/timer.pl'):

0 commit comments

Comments
 (0)