]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix a typo.
authorSenthil Kumaran <orsenthil@gmail.com>
Tue, 5 Oct 2010 18:46:56 +0000 (18:46 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Tue, 5 Oct 2010 18:46:56 +0000 (18:46 +0000)
Doc/library/urllib.request.rst

index bba034ca53a3e617e4383b826c7d3ab07c1a887f..a697bdd33b722215f059cd45e9c5d3047b3efb80 100644 (file)
@@ -36,7 +36,7 @@ The :mod:`urllib.request` module defines the following functions:
    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 used).  This actually
-   only works for HTTP, HTTPS, and FTP connections.
+   only works for HTTP, HTTPS and FTP connections.
 
    This function returns a file-like object with two additional methods from
    the :mod:`urllib.response` module
@@ -610,7 +610,7 @@ OpenerDirector Objects
    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 used). The timeout feature actually works only for
-   HTTP, HTTPS, and FTP connections).
+   HTTP, HTTPS and FTP connections).
 
 
 .. method:: OpenerDirector.error(proto, *args)