diff options
author | Raymond Hettinger <python@rcn.com> | 2003-09-10 00:11:28 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-09-10 00:11:28 (GMT) |
commit | 9756f388c0f553699070a5a407e95fd38821daff (patch) | |
tree | b8035d08f1e45be11938b96bdf850e8c736e9ff7 | |
parent | f5f0c17b85eb3a0ef4ec11e557ac274530e1df5f (diff) | |
download | cpython-9756f388c0f553699070a5a407e95fd38821daff.zip cpython-9756f388c0f553699070a5a407e95fd38821daff.tar.gz cpython-9756f388c0f553699070a5a407e95fd38821daff.tar.bz2 |
Fix typo.
-rw-r--r-- | Doc/lib/libos.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 6a44029..b93ce77 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()} |