]> granicus.if.org Git - python/commitdiff
Documentation typo
authorFlorent Xicluna <florent.xicluna@gmail.com>
Fri, 28 Oct 2011 20:14:41 +0000 (22:14 +0200)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Fri, 28 Oct 2011 20:14:41 +0000 (22:14 +0200)
Doc/library/urllib.request.rst

index f39e1ba9c4fd6efe5b924bc172fc8ec14a4b1e7d..6b2b013a61a9b07593acc259425f1cf9096979f0 100644 (file)
@@ -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.