summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-01-22 20:47:26 (GMT)
committerGeorg Brandl <georg@python.org>2006-01-22 20:47:26 (GMT)
commitffa6f3d9424c098289ea1201fd279654edc504f2 (patch)
tree366f30a96c70d8e5e433f28a371f27f0cfd74703 /Doc/lib
parent56ace784652dc12f33b72113cb3a5a4149973c7b (diff)
downloadcpython-ffa6f3d9424c098289ea1201fd279654edc504f2.zip
cpython-ffa6f3d9424c098289ea1201fd279654edc504f2.tar.gz
cpython-ffa6f3d9424c098289ea1201fd279654edc504f2.tar.bz2
Another typo.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libos.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index 15829fd..a98820c 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;