]> granicus.if.org Git - python/commitdiff
Fix issue8619 - Doc fix - code example.
authorSenthil Kumaran <orsenthil@gmail.com>
Wed, 5 May 2010 07:22:18 +0000 (07:22 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Wed, 5 May 2010 07:22:18 +0000 (07:22 +0000)
Doc/library/urllib.request.rst

index eb3aa331a8da30fa7623ec119638a8befc72089c..1e861d49278b8604360ce8f61102521948b7fd97 100644 (file)
@@ -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()