Commit f4f05536 authored by Berker Peksag's avatar Berker Peksag

Fix typo pointed out by Dmitry Chaplinsky on docs@.

parent 600f7246
...@@ -43,7 +43,7 @@ The :mod:`urllib2` module defines the following functions: ...@@ -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 timeout setting will be used). This actually only works for HTTP, HTTPS and
FTP connections. 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 * :meth:`geturl` --- return the URL of the resource retrieved, commonly used to
determine if a redirect was followed determine if a redirect was followed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment