From: Berker Peksag Date: Sat, 28 Jun 2014 00:12:37 +0000 (+0300) Subject: Fix typo pointed out by Dmitry Chaplinsky on docs@. X-Git-Tag: v2.7.8~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86af310c155f41d73d14781f993729117bea4e76;p=python Fix typo pointed out by Dmitry Chaplinsky on docs@. --- diff --git a/Doc/library/urllib2.rst b/Doc/library/urllib2.rst index d80a1a2d6e..0411e18365 100644 --- a/Doc/library/urllib2.rst +++ b/Doc/library/urllib2.rst @@ -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