[issue46157] Typo in JSON documentation

Serhiy Storchaka report at bugs.python.org
Thu Dec 23 04:11:33 EST 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

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).

----------

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


More information about the Python-bugs-list mailing list