From: Raymond Hettinger Date: Wed, 10 Sep 2003 00:12:29 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.3.1~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bfac47325ef5bcb2c109336221c5e5da26656e01;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 6a44029c57db..b93ce77bee56 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -1080,7 +1080,7 @@ false, the triple for a directory is generated after the triples for all of its subdirectories (directories are generated bottom up). When \var{topdown} is true, the caller can modify the \var{dirnames} list -in-place (perhaps unsing \keyword{del} or slice assignment), and +in-place (perhaps using \keyword{del} or slice assignment), and \function{walk()} will only recurse into the subdirectories whose names remain in \var{dirnames}; this can be used to prune the search, impose a specific order of visiting, or even to inform \function{walk()}