summaryrefslogtreecommitdiff
path: root/Doc/library
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-05-21 20:52:46 +0000
committerGeorg Brandl <georg@python.org>2010-05-21 20:52:46 +0000
commitda69add80406649663f99010e9ef89e3de4ad550 (patch)
tree1ee0d0ae0986810d159f2f3479e29f289c1f7acf /Doc/library
parenteb318d3b160a1631e462d1434e2ae9e1b5cfe158 (diff)
downloadcpython-git-da69add80406649663f99010e9ef89e3de4ad550.tar.gz
typo
Diffstat (limited to 'Doc/library')
-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 cf889cc63f..fb3383dec9 100644
--- a/Doc/library/urllib2.rst
+++ b/Doc/library/urllib2.rst
@@ -427,7 +427,7 @@ OpenerDirector Objects
method on the currently installed global :class:`OpenerDirector`). The
optional *timeout* parameter specifies a timeout in seconds for blocking
operations like the connection attempt (if not specified, the global default
- timeout setting will be usedi). The timeout feature actually works only for
+ timeout setting will be used). The timeout feature actually works only for
HTTP, HTTPS, FTP and FTPS connections).
.. versionchanged:: 2.6