[Python-checkins] r81415 - python/trunk/Doc/library/urllib2.rst

georg.brandl python-checkins at python.org
Fri May 21 22:52:46 CEST 2010


Author: georg.brandl
Date: Fri May 21 22:52:46 2010
New Revision: 81415

Log:
typo

Modified:
   python/trunk/Doc/library/urllib2.rst

Modified: python/trunk/Doc/library/urllib2.rst
==============================================================================
--- python/trunk/Doc/library/urllib2.rst	(original)
+++ python/trunk/Doc/library/urllib2.rst	Fri May 21 22:52:46 2010
@@ -427,7 +427,7 @@
    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


More information about the Python-checkins mailing list