]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Minor markup nits.
authorFred Drake <fdrake@acm.org>
Thu, 17 Jun 1999 17:09:23 +0000 (17:09 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 17 Jun 1999 17:09:23 +0000 (17:09 +0000)
Doc/lib/libstatcache.tex

index 46a697fb964d44fed2202532ab2a5b404224cb1f..765284916040a04ffa42964be4135efe4591fdba 100644 (file)
@@ -20,7 +20,8 @@ The rest of the functions are used to clear the cache, or parts of
 it.
 
 \begin{funcdesc}{reset}{}
-Clear the cache: forget all results of previous \code{stat}s.
+Clear the cache: forget all results of previous \function{stat()}
+calls.
 \end{funcdesc}
 
 \begin{funcdesc}{forget}{path}
@@ -33,12 +34,12 @@ with \var{prefix}.
 \end{funcdesc}
 
 \begin{funcdesc}{forget_dir}{prefix}
-Forget all results of \code{stat(\var{path})} for \var{path} a file in
+Forget all results of \code{stat(\var{path})} for \var{path} a file in 
 the directory \var{prefix}, including \code{stat(\var{prefix})}.
 \end{funcdesc}
 
 \begin{funcdesc}{forget_except_prefix}{prefix}
-Similar to \function{forget_prefix()}, but for all \var{path}
+Similar to \function{forget_prefix()}, but for all \var{path} values
 \emph{not} starting with \var{prefix}.
 \end{funcdesc}