]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Another typo.
authorGeorg Brandl <georg@python.org>
Sun, 22 Jan 2006 20:47:30 +0000 (20:47 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 22 Jan 2006 20:47:30 +0000 (20:47 +0000)
Doc/lib/libos.tex

index 7dfd09da6d65220aafb9480571a2bf0a83d7204e..5c2d65d837c0773b3cd7cc6b297296bb5af03083 100644 (file)
@@ -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;