summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2011-10-28 22:14:41 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2011-10-28 22:14:41 +0200
commit305bb662a9bcf1446b8a6bc19bf6ec8fc70c13e8 (patch)
treed6883cb2ba458878a31d40c5f2a7e9ed2323e4ca
parent83386dac8b84b8fe1c4e28948eba2aba513e5a1c (diff)
downloadcpython-git-305bb662a9bcf1446b8a6bc19bf6ec8fc70c13e8.tar.gz
Documentation typo
-rw-r--r--Doc/library/urllib.request.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index f39e1ba9c4..6b2b013a61 100644
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -1260,8 +1260,8 @@ some point in the future.
* Currently, only the following protocols are supported: HTTP (versions 0.9 and
1.0), FTP, and local files.
-* The caching feature of :func:`urlretrieve` has been disabled until someone find
- the time to hack proper processing of Expiration time headers.
+* The caching feature of :func:`urlretrieve` has been disabled until someone
+ finds the time to hack proper processing of Expiration time headers.
* There should be a function to query whether a particular URL is in the cache.