From: Andrew M. Kuchling Date: Fri, 4 Aug 2006 21:14:22 +0000 (+0000) Subject: Fix mangled sentence X-Git-Tag: v2.4.4c1~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8a4bbbd8d5a5d348cfcd0bcad7eddb1b96fb3ef;p=thirdparty%2FPython%2Fcpython.git Fix mangled sentence --- diff --git a/Doc/lib/liblinecache.tex b/Doc/lib/liblinecache.tex index c022ba9eac30..9f9e1747b5bc 100644 --- a/Doc/lib/liblinecache.tex +++ b/Doc/lib/liblinecache.tex @@ -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: