mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
#16017: capitalize URLs.
This commit is contained in:
parent
fe11e81136
commit
4baf480088
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ Internet Access
|
|||
===============
|
||||
|
||||
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::
|
||||
|
||||
>>> import urllib2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue