summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-12-03 18:35:05 (GMT)
committerFred Drake <fdrake@acm.org>2001-12-03 18:35:05 (GMT)
commit5172adca812e13fc0310f7f5d5fb6090074b32c3 (patch)
tree2168955b9aea520d3969f731037b905a7299f2a0
parent14f5c5fa011e0cc5169606acfc014857396947f4 (diff)
downloadcpython-5172adca812e13fc0310f7f5d5fb6090074b32c3.zip
cpython-5172adca812e13fc0310f7f5d5fb6090074b32c3.tar.gz
cpython-5172adca812e13fc0310f7f5d5fb6090074b32c3.tar.bz2
Minor clarification of the zip() description, based on a comment sent to
python-docs.
-rw-r--r--Doc/lib/libfuncs.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex
index 2959922..a750875 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