summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2011-10-28 20:16:23 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2011-10-28 20:16:23 (GMT)
commit608cab54e4f1a896106e449b854f80ad719548fc (patch)
tree1e6dc3e345c15cc2f637c4d76300f17dfd9d7bf5 /Doc
parentd39a4d755a34395fef165a50cdefb490d94d346b (diff)
parent305bb662a9bcf1446b8a6bc19bf6ec8fc70c13e8 (diff)
downloadcpython-608cab54e4f1a896106e449b854f80ad719548fc.zip
cpython-608cab54e4f1a896106e449b854f80ad719548fc.tar.gz
cpython-608cab54e4f1a896106e449b854f80ad719548fc.tar.bz2
Merge 3.2
Diffstat (limited to 'Doc')
-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 6dc1ff0..abd9f35 100644
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -1291,8 +1291,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.