summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-08-04 21:10:03 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-08-04 21:10:03 (GMT)
commitf4152c3215ebe6efdb565f67f5b00c3c4c449356 (patch)
tree7a869020a193a79ab15aabbb2d37df2154cfa92d /Doc
parent0067b5fa2b565f6c5e19a696d5f81955062a5cf2 (diff)
downloadcpython-f4152c3215ebe6efdb565f67f5b00c3c4c449356.zip
cpython-f4152c3215ebe6efdb565f67f5b00c3c4c449356.tar.gz
cpython-f4152c3215ebe6efdb565f67f5b00c3c4c449356.tar.bz2
Fix mangled sentence
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/liblinecache.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liblinecache.tex b/Doc/lib/liblinecache.tex
index 1477d3c..72c7743 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: