[Python-checkins] r51116 - python/trunk/Doc/lib/liblinecache.tex

andrew.kuchling python-checkins at python.org
Fri Aug 4 23:10:04 CEST 2006


Author: andrew.kuchling
Date: Fri Aug  4 23:10:03 2006
New Revision: 51116

Modified:
   python/trunk/Doc/lib/liblinecache.tex
Log:
Fix mangled sentence

Modified: python/trunk/Doc/lib/liblinecache.tex
==============================================================================
--- python/trunk/Doc/lib/liblinecache.tex	(original)
+++ python/trunk/Doc/lib/liblinecache.tex	Fri Aug  4 23:10:03 2006
@@ -38,7 +38,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