mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Fix typo.
This commit is contained in:
parent
f5f0c17b85
commit
9756f388c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue