From: Andrew M. Kuchling Date: Fri, 4 Aug 2006 21:10:03 +0000 (+0000) Subject: Fix mangled sentence X-Git-Tag: v2.5c1~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f4152c3215ebe6efdb565f67f5b00c3c4c449356;p=thirdparty%2FPython%2Fcpython.git Fix mangled sentence --- diff --git a/Doc/lib/liblinecache.tex b/Doc/lib/liblinecache.tex index 1477d3c3e2ed..72c774341345 100644 --- a/Doc/lib/liblinecache.tex +++ b/Doc/lib/liblinecache.tex @@ -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: