From: Senthil Kumaran Date: Sun, 18 Oct 2009 01:58:45 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: v2.7a1~317 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83f1ef681ff2f0c393bc79bd0c1ccdb558634be4;p=thirdparty%2FPython%2Fcpython.git Fix a typo. --- diff --git a/Doc/library/urllib2.rst b/Doc/library/urllib2.rst index cb8dc553d1b9..3e75f8c965a4 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.