]> granicus.if.org Git - python/commitdiff
Recorded merge of revisions 81415 via svnmerge from
authorGeorg Brandl <georg@python.org>
Fri, 21 May 2010 20:57:33 +0000 (20:57 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 21 May 2010 20:57:33 +0000 (20:57 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81415 | georg.brandl | 2010-05-21 22:52:46 +0200 (Fr, 21 Mai 2010) | 1 line

  typo
........

Doc/library/urllib.request.rst

index a394cdd13a0bc7732ea9277da1cbbe4656a58576..dac7ef759a74ed7327675fa788dccee7ba57f0b2 100644 (file)
@@ -604,7 +604,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).