This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author CharlesMerriam
Recipients CharlesMerriam, docs@python
Date 2019-04-12.20:09:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
On page:
https://docs.python.org/3.8/library/itertools.html

In the heading summary, in the "Iterators terminating on the shortest input sequence:" section, in the "zip_longest()" table row, in the "Arguments" column, the text "p, q, ..." should be "p, q, ... [, fillvalue=None]"
History
Date User Action Args
2019-04-12 20:09:17CharlesMerriamsetrecipients: + CharlesMerriam, docs@python
2019-04-12 20:09:17CharlesMerriamsetmessageid: <[email protected]>
2019-04-12 20:09:17CharlesMerriamlinkissue36620 messages
2019-04-12 20:09:17CharlesMerriamcreate