[Python-checkins] r51117 - python/branches/release24-maint/Doc/lib/liblinecache.tex
andrew.kuchling
python-checkins at python.org
Fri Aug 4 23:14:22 CEST 2006
Author: andrew.kuchling
Date: Fri Aug 4 23:14:22 2006
New Revision: 51117
Modified:
python/branches/release24-maint/Doc/lib/liblinecache.tex
Log:
Fix mangled sentence
Modified: python/branches/release24-maint/Doc/lib/liblinecache.tex
==============================================================================
--- python/branches/release24-maint/Doc/lib/liblinecache.tex (original)
+++ python/branches/release24-maint/Doc/lib/liblinecache.tex Fri Aug 4 23:14:22 2006
@@ -34,7 +34,7 @@
\begin{funcdesc}{checkcache}{\optional{filename}}
Check the cache for validity. Use this function if files in the cache
may have changed on disk, and you require the updated version. If
-\var{filename} is omitted, it will check the whole cache entries.
+\var{filename} is omitted, it will check all the entries in the cache.
\end{funcdesc}
Example:
More information about the Python-checkins
mailing list