mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Fix issue8619 - Doc fix - code example.
This commit is contained in:
parent
4db26af280
commit
56d521cffb
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ The :mod:`urllib.request` module defines the following functions:
|
|||
class AppURLopener(urllib.request.FancyURLopener):
|
||||
version = "App/1.7"
|
||||
|
||||
urllib._urlopener = AppURLopener()
|
||||
urllib.request._urlopener = AppURLopener()
|
||||
|
||||
|
||||
.. function:: urlcleanup()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue