[Python-checkins] python/dist/src/Doc/lib libitertools.tex, 1.26, 1.27

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Thu Dec 18 08:28:38 EST 2003


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv8146

Modified Files:
	libitertools.tex 
Log Message:
Fix typo

Index: libitertools.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libitertools.tex,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** libitertools.tex	17 Dec 2003 20:43:32 -0000	1.26
--- libitertools.tex	18 Dec 2003 13:28:35 -0000	1.27
***************
*** 355,359 ****
    Note, this member of the toolkit may require significant auxiliary
    storage (depending on how much temporary data needs to be stored).
!   In general, if one iterator is going use most or all of the data before
    the other iterator, it is faster to use \function{list()} instead of
    \function{tee()}.
--- 355,359 ----
    Note, this member of the toolkit may require significant auxiliary
    storage (depending on how much temporary data needs to be stored).
!   In general, if one iterator is going to use most or all of the data before
    the other iterator, it is faster to use \function{list()} instead of
    \function{tee()}.





More information about the Python-checkins mailing list