[Python-checkins] r42146 - python/trunk/Doc/lib/libos.tex

georg.brandl python-checkins at python.org
Sun Jan 22 21:47:27 CET 2006


Author: georg.brandl
Date: Sun Jan 22 21:47:26 2006
New Revision: 42146

Modified:
   python/trunk/Doc/lib/libos.tex
Log:
Another typo.


Modified: python/trunk/Doc/lib/libos.tex
==============================================================================
--- python/trunk/Doc/lib/libos.tex	(original)
+++ python/trunk/Doc/lib/libos.tex	Sun Jan 22 21:47:26 2006
@@ -1220,7 +1220,7 @@
 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;


More information about the Python-checkins mailing list