[Python-checkins] python/dist/src/Doc/lib libos.tex,1.129,1.130
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Tue Sep 9 18:11:31 EDT 2003
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv19908
Modified Files:
libos.tex
Log Message:
Fix typo.
Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.129
retrieving revision 1.130
diff -C2 -d -r1.129 -r1.130
*** libos.tex 8 Sep 2003 18:52:18 -0000 1.129
--- libos.tex 10 Sep 2003 00:11:28 -0000 1.130
***************
*** 1081,1085 ****
When \var{topdown} is true, the caller can modify the \var{dirnames} list
! in-place (perhaps unsing \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,
--- 1081,1085 ----
When \var{topdown} is true, the caller can modify the \var{dirnames} list
! 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,
More information about the Python-checkins
mailing list