mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #18758: Fixed and improved cross-references.
This commit is contained in:
parent
24201d497c
commit
bfdcd436f0
40 changed files with 144 additions and 125 deletions
|
@ -57,7 +57,7 @@ The simplest way to use urllib.request is as follows::
|
|||
html = response.read()
|
||||
|
||||
If you wish to retrieve a resource via URL and store it in a temporary location,
|
||||
you can do so via the :func:`urlretrieve` function::
|
||||
you can do so via the :func:`~urllib.request.urlretrieve` function::
|
||||
|
||||
import urllib.request
|
||||
local_filename, headers = urllib.request.urlretrieve('http://python.org/')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue