We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ce2225 + c926c59 commit 5799a2dCopy full SHA for 5799a2d
Doc/tutorial/stdlib.rst
@@ -148,7 +148,7 @@ Internet Access
148
149
There are a number of modules for accessing the internet and processing internet
150
protocols. Two of the simplest are :mod:`urllib.request` for retrieving data
151
-from urls and :mod:`smtplib` for sending mail::
+from URLs and :mod:`smtplib` for sending mail::
152
153
>>> from urllib.request import urlopen
154
>>> for line in urlopen('http://tycho.usno.navy.mil/cgi-bin/timer.pl'):
0 commit comments