[docs] Probable mistake in itertools docs

Bo Bayles bbayles at gmail.com
Sat Nov 5 16:05:09 EDT 2016


The docs for the itertools module (Python 2.7 and 3.5 at least) start with
a section header and then a table with four columns: Iterator, Arguments,
Results, Example.

The first two sections fit this pattern. However, the third section,
Combinatoric Generators, only has three columns in its table. The Example
column is missing. Furthermore, the values in last four rows don't match
their column header.

It seems like the last four rows should have their values combined and
placed in an Example column like the rest.

Hope that makes sense. Many thanks!
-Bo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20161105/32566cf8/attachment.html>


More information about the docs mailing list