From: Senthil Kumaran Date: Wed, 5 May 2010 07:22:18 +0000 (+0000) Subject: Fix issue8619 - Doc fix - code example. X-Git-Tag: v3.2a1~930 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56d521cffb9bed0f31fa48f0189c46f60df9b9c5;p=thirdparty%2FPython%2Fcpython.git Fix issue8619 - Doc fix - code example. --- diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index eb3aa331a8da..1e861d49278b 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -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()