Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ce2225 + c926c59 commit 5799a2dCopy full SHA for 5799a2d
1 file changed
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