From: Fred Drake Date: Mon, 3 Dec 2001 18:35:05 +0000 (+0000) Subject: Minor clarification of the zip() description, based on a comment sent to X-Git-Tag: v2.2.1c1~588 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5172adca812e13fc0310f7f5d5fb6090074b32c3;p=python Minor clarification of the zip() description, based on a comment sent to python-docs. --- diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 29599224a9..a750875271 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -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