From: Fred Drake Date: Fri, 29 Oct 1999 17:51:29 +0000 (+0000) Subject: pathes --> paths; typo reported by Gerry Wiener . X-Git-Tag: v1.6a1~787 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6cf186b867dbaf2eef3d693fbb1fe155b58486b7;p=python pathes --> paths; typo reported by Gerry Wiener . --- diff --git a/Doc/lib/libdircache.tex b/Doc/lib/libdircache.tex index cb26d51013..f75bb53e0c 100644 --- a/Doc/lib/libdircache.tex +++ b/Doc/lib/libdircache.tex @@ -26,7 +26,7 @@ Same as \function{listdir()}. Defined for backwards compatability. \end{funcdesc} \begin{funcdesc}{annotate}{head, list} -Assume \var{list} is a list of pathes relative to \var{head}, and append, +Assume \var{list} is a list of paths relative to \var{head}, and append, in place, a \character{/} to each path which points to a directory. \end{funcdesc}