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 serhiy.storchaka
Recipients docs@python, jordan-bonecutter, kumaraditya, serhiy.storchaka
Date 2021-12-23.09:16:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640251001.36.0.00891101256928.issue46157@roundup.psfhosted.org>
In-reply-to
Content
And more errors can be found with:

$ find -name '*.rst' -exec egrep --color -i '\ban +[qwrtpsdfghjklzxcvbnm]' '{}' +
$ find -name '*.rst' -exec egrep --color -i '\ba +[eioa]' '{}' +

It is worth to check also:

$ find -name '*.rst' -exec egrep --color -i '\ban +[yu]' '{}' +
$ find -name '*.rst' -exec egrep --color -i '\ba +[yu]' '{}' +

Most of them should be correct, but there may be some new errors.
History
Date User Action Args
2021-12-23 09:16:41serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, kumaraditya, jordan-bonecutter
2021-12-23 09:16:41serhiy.storchakasetmessageid: <1640251001.36.0.00891101256928.issue46157@roundup.psfhosted.org>
2021-12-23 09:16:41serhiy.storchakalinkissue46157 messages
2021-12-23 09:16:41serhiy.storchakacreate