[Python-checkins] CVS: python/dist/src/Doc/lib libfuncs.tex,1.97,1.98

Fred L. Drake fdrake@users.sourceforge.net
Mon, 03 Dec 2001 10:35:07 -0800


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

Modified Files:
	libfuncs.tex 
Log Message:
Minor clarification of the zip() description, based on a comment sent to
python-docs.


Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.97
retrieving revision 1.98
diff -C2 -d -r1.97 -r1.98
*** libfuncs.tex	2001/12/03 17:32:27	1.97
--- libfuncs.tex	2001/12/03 18:35:05	1.98
***************
*** 840,844 ****
  
  \begin{funcdesc}{zip}{seq1, \moreargs}
!   This function returns a list of tuples, where each tuple contains
    the \var{i}-th element from each of the argument sequences.  At
    least one sequence is required, otherwise a \exception{TypeError} is
--- 840,844 ----
  
  \begin{funcdesc}{zip}{seq1, \moreargs}
!   This function returns a list of tuples, where the \var{i}-th tuple contains
    the \var{i}-th element from each of the argument sequences.  At
    least one sequence is required, otherwise a \exception{TypeError} is