Kaydet (Commit) 56d521cf authored tarafından Senthil Kumaran's avatar Senthil Kumaran

Fix issue8619 - Doc fix - code example.

üst 4db26af2
...@@ -143,7 +143,7 @@ The :mod:`urllib.request` module defines the following functions: ...@@ -143,7 +143,7 @@ The :mod:`urllib.request` module defines the following functions:
class AppURLopener(urllib.request.FancyURLopener): class AppURLopener(urllib.request.FancyURLopener):
version = "App/1.7" version = "App/1.7"
urllib._urlopener = AppURLopener() urllib.request._urlopener = AppURLopener()
.. function:: urlcleanup() .. function:: urlcleanup()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment