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

index c022ba9eac30638d4b39b7c6cb65fa9dcc03989d..9f9e1747b5bc64f30a7ac9f59fae0abdc8c44d2f 100644 (file)
@@ -34,7 +34,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: