Chris Lambacher <[EMAIL PROTECTED]> added the comment:

In rev66217, the itertools example for "With two iterables, 2N-tuples
are returned." has a typo:
itertools(product([1,2], [3,4], repeat=2)
should be:
itertools.product([1,2], [3,4], repeat=2)

----------
nosy: +lambacck

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3671>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to