Serhiy Storchaka <[email protected]> added the comment:
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.
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue46157>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com