summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-06-28 00:12:37 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-06-28 00:12:37 (GMT)
commit86af310c155f41d73d14781f993729117bea4e76 (patch)
tree611edfdf18988085755f86d440a081c7b6d2d477
parent5937f39aee62d1ef68d6fec0f039d0d1f69ebb62 (diff)
downloadcpython-86af310c155f41d73d14781f993729117bea4e76.zip
cpython-86af310c155f41d73d14781f993729117bea4e76.tar.gz
cpython-86af310c155f41d73d14781f993729117bea4e76.tar.bz2
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 d80a1a2..0411e18 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