From: Georg Brandl Date: Sun, 22 Jan 2006 20:47:30 +0000 (+0000) Subject: Another typo. X-Git-Tag: v2.4.3c1~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1eb6bb635a8fae1260bdf0558eeea84d9531eb60;p=thirdparty%2FPython%2Fcpython.git Another typo. --- diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 7dfd09da6d65..5c2d65d837c0 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;