summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-06-28 03:12:37 +0300
committerBerker Peksag <berker.peksag@gmail.com>2014-06-28 03:12:37 +0300
commit465671bc826e54b14c47ed7953eee7b525707f72 (patch)
tree4a700e9171153c52975c66849f382baad7f0a35a
parent861b964e5837262cedf510a31679d7dbf9d1cea6 (diff)
downloadcpython-465671bc826e54b14c47ed7953eee7b525707f72.tar.gz
Fix typo pointed out by Dmitry Chaplinsky on docs@.
-rw-r--r--Doc/library/urllib2.rst2
1 files changed, 1 insertions, 1 deletions
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