diff --git a/ChangeLog b/ChangeLog index 24fdded31d9..8f85c2889e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,7 +18,7 @@ Release date: TBA It now ensures __all__ Python names are ASCII and also properly checks the names of imports (``non-ascii-module-import``) as well as file names (``non-ascii-file-name``) and emits their respective new warnings. - + Non ASCII characters could be homoglyphs (look alike characters) and hard to enter on a non specialized keyboard. See `Confusable Characters in PEP 672 `_ diff --git a/doc/whatsnew/2.13.rst b/doc/whatsnew/2.13.rst index 414b45e6a20..f24c0b72edd 100644 --- a/doc/whatsnew/2.13.rst +++ b/doc/whatsnew/2.13.rst @@ -18,7 +18,7 @@ New checkers It now ensures __all__ Python names are ASCII and also properly checks the names of imports (``non-ascii-module-import``) as well as file names (``non-ascii-file-name``) and emits their respective new warnings. - + Non ASCII characters could be homoglyphs (look alike characters) and hard to enter on a non specialized keyboard. See `Confusable Characters in PEP 672 `_