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 peter.norvig2
Recipients peter.norvig2
Date 2020-11-24.01:54:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606182866.42.0.941148595918.issue42450@roundup.psfhosted.org>
In-reply-to
Content
In the itertools recipes (  https://docs.python.org/3/library/itertools.html#itertools-recipes ) there are 21 functions that have single-quote docstrings. These should be changed to triple-quotes, as mandated in PEP 257.
History
Date User Action Args
2020-11-24 01:54:26peter.norvig2setrecipients: + peter.norvig2
2020-11-24 01:54:26peter.norvig2setmessageid: <1606182866.42.0.941148595918.issue42450@roundup.psfhosted.org>
2020-11-24 01:54:26peter.norvig2linkissue42450 messages
2020-11-24 01:54:26peter.norvig2create