mirror of
https://github.com/python/cpython.git
synced 2026-04-05 03:21:05 +00:00
Fix mangled sentence
This commit is contained in:
parent
0067b5fa2b
commit
f4152c3215
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue