From 86af310c155f41d73d14781f993729117bea4e76 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sat, 28 Jun 2014 03:12:37 +0300 Subject: [PATCH] Fix typo pointed out by Dmitry Chaplinsky on docs@. --- Doc/library/urllib2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1