From ede15a56b840a14ad2c0bd4882cb62580ad5da6e Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Sun, 18 Oct 2009 02:01:06 +0000 Subject: [PATCH] Merged revisions 75478 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75478 | senthil.kumaran | 2009-10-18 07:28:45 +0530 (Sun, 18 Oct 2009) | 3 lines Fix a typo. ........ --- Doc/library/urllib2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/urllib2.rst b/Doc/library/urllib2.rst index cb8dc553d1..3e75f8c965 100644 --- a/Doc/library/urllib2.rst +++ b/Doc/library/urllib2.rst @@ -195,7 +195,7 @@ The following classes are provided: :envvar:`_proxy`. If no proxy environment variables are set, in a Windows environment, proxy settings are obtained from the registry's Internet Settings section and in a Mac OS X environment, proxy information - is retrieved from from the OS X System Configuration Framework. + is retrieved from the OS X System Configuration Framework. To disable autodetected proxy pass an empty dictionary. -- 2.50.1