Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de4bcd9

Browse files
committed
Merged revisions 80775 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ........ r80775 | senthil.kumaran | 2010-05-05 12:52:18 +0530 (Wed, 05 May 2010) | 3 lines Fix issue8619 - Doc fix - code example. ........
1 parent ef7a65c commit de4bcd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/urllib.request.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The :mod:`urllib.request` module defines the following functions:
143143
class AppURLopener(urllib.request.FancyURLopener):
144144
version = "App/1.7"
145145

146-
urllib._urlopener = AppURLopener()
146+
urllib.request._urlopener = AppURLopener()
147147

148148

149149
.. function:: urlcleanup()

0 commit comments

Comments
 (0)