commit | 56d521cffb9bed0f31fa48f0189c46f60df9b9c5 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Wed May 05 07:22:18 2010 +0000 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Wed May 05 07:22:18 2010 +0000 |
tree | f8f8fdc64590f81b96199f9486909bfe47b1d360 | |
parent | 4db26af2805ad1f54c547de342ea5fc2310bcc00 [diff] [blame] |
Fix issue8619 - Doc fix - code example.
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index eb3aa33..1e861d4 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst
@@ -143,7 +143,7 @@ class AppURLopener(urllib.request.FancyURLopener): version = "App/1.7" - urllib._urlopener = AppURLopener() + urllib.request._urlopener = AppURLopener() .. function:: urlcleanup()