diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-06-28 00:12:37 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-06-28 00:12:37 (GMT) |
commit | 86af310c155f41d73d14781f993729117bea4e76 (patch) | |
tree | 611edfdf18988085755f86d440a081c7b6d2d477 | |
parent | 5937f39aee62d1ef68d6fec0f039d0d1f69ebb62 (diff) | |
download | cpython-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.rst | 2 |
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 |