[Python-checkins] python/dist/src/Doc/lib libos.tex, 1.127.10.2,
1.127.10.3
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Tue Sep 9 18:12:32 EDT 2003
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv20113
Modified Files:
Tag: release23-maint
libos.tex
Log Message:
Fix typo.
Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.127.10.2
retrieving revision 1.127.10.3
diff -C2 -d -r1.127.10.2 -r1.127.10.3
*** libos.tex 8 Sep 2003 18:55:01 -0000 1.127.10.2
--- libos.tex 10 Sep 2003 00:12:29 -0000 1.127.10.3
***************
*** 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