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:11:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640250693.0.0.900358418159.issue46157@roundup.psfhosted.org>
In-reply-to
Content
Thank you Kumar.

These errors were found with the following one-liners:

$ find -name '*.rst' -exec egrep --color -i '\ban +:[a-z:]+:`[qwrtpsdfghjklzxcvbnm]' '{}' +
$ find -name '*.rst' -exec egrep --color -i '\ba +:[a-z:]+:`[eyuioa]' '{}' +

They produce a lot of false positive results because of signatures and different reading of initial "y" and "u" (and "o", but there are no such cases here).
History
Date User Action Args
2021-12-23 09:11:33serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, kumaraditya, jordan-bonecutter
2021-12-23 09:11:33serhiy.storchakasetmessageid: <1640250693.0.0.900358418159.issue46157@roundup.psfhosted.org>
2021-12-23 09:11:32serhiy.storchakalinkissue46157 messages
2021-12-23 09:11:32serhiy.storchakacreate