File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Release date: TBA
18
18
It now ensures __all__ Python names are ASCII and also properly
19
19
checks the names of imports (``non-ascii-module-import``) as
20
20
well as file names (``non-ascii-file-name``) and emits their respective new warnings.
21
-
21
+
22
22
Non ASCII characters could be homoglyphs (look alike characters) and hard to
23
23
enter on a non specialized keyboard.
24
24
See `Confusable Characters in PEP 672 <https://www.python.org/dev/peps/pep-0672/#confusable-characters-in-identifiers>`_
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ New checkers
18
18
It now ensures __all__ Python names are ASCII and also properly
19
19
checks the names of imports (``non-ascii-module-import ``) as
20
20
well as file names (``non-ascii-file-name ``) and emits their respective new warnings.
21
-
21
+
22
22
Non ASCII characters could be homoglyphs (look alike characters) and hard to
23
23
enter on a non specialized keyboard.
24
24
See `Confusable Characters in PEP 672 <https://www.python.org/dev/peps/pep-0672/#confusable-characters-in-identifiers >`_
You can’t perform that action at this time.
0 commit comments