diff options
author | Fred Drake <fdrake@acm.org> | 1999-10-29 17:51:29 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-10-29 17:51:29 (GMT) |
commit | 6cf186b867dbaf2eef3d693fbb1fe155b58486b7 (patch) | |
tree | 085c4f27c208f66ed68b30db65e03407b09990f7 /Doc/lib/libdircache.tex | |
parent | 5a3194688dcb561442c9edee1c4f51a3ef76b0ff (diff) | |
download | cpython-6cf186b867dbaf2eef3d693fbb1fe155b58486b7.zip cpython-6cf186b867dbaf2eef3d693fbb1fe155b58486b7.tar.gz cpython-6cf186b867dbaf2eef3d693fbb1fe155b58486b7.tar.bz2 |
pathes --> paths; typo reported by Gerry Wiener <gerry@ucar.edu>.
Diffstat (limited to 'Doc/lib/libdircache.tex')
-rw-r--r-- | Doc/lib/libdircache.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdircache.tex b/Doc/lib/libdircache.tex index cb26d51..f75bb53 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} |