[New-bugs-announce] [issue42450] Docstrings in itertools recipes should have triple-quotes

Peter Norvig report at bugs.python.org
Mon Nov 23 20:54:26 EST 2020


New submission from Peter Norvig <peter.norvig at gmail.com>:

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.

----------
messages: 381704
nosy: peter.norvig2
priority: normal
severity: normal
status: open
title: Docstrings in itertools recipes should have triple-quotes
versions: Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42450>
_______________________________________


More information about the New-bugs-announce mailing list