]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix mangled sentence
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 4 Aug 2006 21:10:03 +0000 (21:10 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 4 Aug 2006 21:10:03 +0000 (21:10 +0000)
Doc/lib/liblinecache.tex

index 1477d3c3e2ed8cb939297706b1476e9787d51dc8..72c7743413453799c614ca3948381b0677a27cf1 100644 (file)
@@ -38,7 +38,7 @@ files previously read using \function{getline()}.
 \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: