summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-10-29 17:51:29 (GMT)
committerFred Drake <fdrake@acm.org>1999-10-29 17:51:29 (GMT)
commit6cf186b867dbaf2eef3d693fbb1fe155b58486b7 (patch)
tree085c4f27c208f66ed68b30db65e03407b09990f7 /Doc
parent5a3194688dcb561442c9edee1c4f51a3ef76b0ff (diff)
downloadcpython-6cf186b867dbaf2eef3d693fbb1fe155b58486b7.zip
cpython-6cf186b867dbaf2eef3d693fbb1fe155b58486b7.tar.gz
cpython-6cf186b867dbaf2eef3d693fbb1fe155b58486b7.tar.bz2
pathes --> paths; typo reported by Gerry Wiener <gerry@ucar.edu>.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libdircache.tex2
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}