diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-08-04 21:10:03 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-08-04 21:10:03 (GMT) |
commit | f4152c3215ebe6efdb565f67f5b00c3c4c449356 (patch) | |
tree | 7a869020a193a79ab15aabbb2d37df2154cfa92d /Doc | |
parent | 0067b5fa2b565f6c5e19a696d5f81955062a5cf2 (diff) | |
download | cpython-f4152c3215ebe6efdb565f67f5b00c3c4c449356.zip cpython-f4152c3215ebe6efdb565f67f5b00c3c4c449356.tar.gz cpython-f4152c3215ebe6efdb565f67f5b00c3c4c449356.tar.bz2 |
Fix mangled sentence
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/liblinecache.tex | 2 |
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: |