]> granicus.if.org Git - python/commitdiff
Minor clarification of the zip() description, based on a comment sent to
authorFred Drake <fdrake@acm.org>
Mon, 3 Dec 2001 18:35:05 +0000 (18:35 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 3 Dec 2001 18:35:05 +0000 (18:35 +0000)
python-docs.

Doc/lib/libfuncs.tex

index 29599224a9c611dcc37f914673f33168d8826ad8..a7508752713f6b5f6a268b907dd3668238a48580 100644 (file)
@@ -839,7 +839,7 @@ def my_import(name):
 \end{funcdesc}
 
 \begin{funcdesc}{zip}{seq1, \moreargs}
-  This function returns a list of tuples, where each tuple contains
+  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
   raised.  The returned list is truncated in length to the length of