]> granicus.if.org Git - python/commitdiff
Fix typo pointed out by Dmitry Chaplinsky on docs@.
authorBerker Peksag <berker.peksag@gmail.com>
Sat, 28 Jun 2014 00:12:37 +0000 (03:12 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 28 Jun 2014 00:12:37 +0000 (03:12 +0300)
Doc/library/urllib2.rst

index d80a1a2d6e9bf9a71294fc8ab129229a646ee7ef..0411e18365e3677b84611c1eb0d10e63b903efa5 100644 (file)
@@ -43,7 +43,7 @@ The :mod:`urllib2` module defines the following functions:
    timeout setting will be used).  This actually only works for HTTP, HTTPS and
    FTP connections.
 
-   This function returns a file-like object with two additional methods:
+   This function returns a file-like object with three additional methods:
 
    * :meth:`geturl` --- return the URL of the resource retrieved, commonly used to
      determine if a redirect was followed