]> granicus.if.org Git - python/commitdiff
Fix typo.
authorRaymond Hettinger <python@rcn.com>
Wed, 10 Sep 2003 00:11:28 +0000 (00:11 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 10 Sep 2003 00:11:28 +0000 (00:11 +0000)
Doc/lib/libos.tex

index 6a44029c57db1b359b16b44723c35f87b6da49ca..b93ce77bee56954acf2ae42ed77d0f5b12d38f0c 100644 (file)
@@ -1080,7 +1080,7 @@ false, the triple for a directory is generated after the triples for all
 of its subdirectories (directories are generated bottom up).
 
 When \var{topdown} is true, the caller can modify the \var{dirnames} list
-in-place (perhaps unsing \keyword{del} or slice assignment), and
+in-place (perhaps using \keyword{del} or slice assignment), and
 \function{walk()} will only recurse into the subdirectories whose names
 remain in \var{dirnames}; this can be used to prune the search,
 impose a specific order of visiting, or even to inform \function{walk()}