From ffa6f3d9424c098289ea1201fd279654edc504f2 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 22 Jan 2006 20:47:26 +0000 Subject: [PATCH] Another typo. --- Doc/lib/libos.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 15829fdc99..a98820c23e 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -1220,7 +1220,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; -- 2.50.1