mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
This affects documentation, code comments, and a debugging messages.
This commit is contained in:
parent
7d82d0366b
commit
6245cb3c01
35 changed files with 52 additions and 52 deletions
|
@ -64,7 +64,7 @@ you can do so via the :func:`~urllib.request.urlretrieve` function::
|
|||
html = open(local_filename)
|
||||
|
||||
Many uses of urllib will be that simple (note that instead of an 'http:' URL we
|
||||
could have used an URL starting with 'ftp:', 'file:', etc.). However, it's the
|
||||
could have used a URL starting with 'ftp:', 'file:', etc.). However, it's the
|
||||
purpose of this tutorial to explain the more complicated cases, concentrating on
|
||||
HTTP.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue