Kaydet (Commit) 9756f388 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Fix typo.

üst f5f0c17b
...@@ -1080,7 +1080,7 @@ false, the triple for a directory is generated after the triples for all ...@@ -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). of its subdirectories (directories are generated bottom up).
When \var{topdown} is true, the caller can modify the \var{dirnames} list 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 \function{walk()} will only recurse into the subdirectories whose names
remain in \var{dirnames}; this can be used to prune the search, remain in \var{dirnames}; this can be used to prune the search,
impose a specific order of visiting, or even to inform \function{walk()} impose a specific order of visiting, or even to inform \function{walk()}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment