diff options
author | Georg Brandl <georg@python.org> | 2006-01-22 20:47:30 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-01-22 20:47:30 (GMT) |
commit | 1eb6bb635a8fae1260bdf0558eeea84d9531eb60 (patch) | |
tree | 5554a97ee456f75c9de435141e4039d7cbf2ed67 | |
parent | ea3aa8ff7297288e60caa3f21fa055dca279bbc6 (diff) | |
download | cpython-1eb6bb635a8fae1260bdf0558eeea84d9531eb60.zip cpython-1eb6bb635a8fae1260bdf0558eeea84d9531eb60.tar.gz cpython-1eb6bb635a8fae1260bdf0558eeea84d9531eb60.tar.bz2 |
Another 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 7dfd09d..5c2d65d 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -1183,7 +1183,7 @@ impose a specific order of visiting, or even to inform \function{walk()} about directories the caller creates or renames before it resumes \function{walk()} again. Modifying \var{dirnames} when \var{topdown} is false is ineffective, because in bottom-up mode the directories in -\var{dirnames} are generated before \var{dirnames} itself is generated. +\var{dirnames} are generated before \var{dirpath} itself is generated. By default errors from the \code{os.listdir()} call are ignored. If optional argument \var{onerror} is specified, it should be a function; |