summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2009-10-18 01:58:45 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2009-10-18 01:58:45 (GMT)
commit83f1ef681ff2f0c393bc79bd0c1ccdb558634be4 (patch)
tree5cef11dda4fa64e17ae64c11fafa90fdc98a60d4 /Doc
parent45a505f7e7e9575d7fff17ae0d81adcb03ec80a3 (diff)
downloadcpython-83f1ef681ff2f0c393bc79bd0c1ccdb558634be4.zip
cpython-83f1ef681ff2f0c393bc79bd0c1ccdb558634be4.tar.gz
cpython-83f1ef681ff2f0c393bc79bd0c1ccdb558634be4.tar.bz2
Fix a typo.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/urllib2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib2.rst b/Doc/library/urllib2.rst
index cb8dc55..3e75f8c 100644
--- a/Doc/library/urllib2.rst
+++ b/Doc/library/urllib2.rst
@@ -195,7 +195,7 @@ The following classes are provided:
:envvar:`<protocol>_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.