Skip to content

Commit 9184357

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 415a13b commit 9184357

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Release date: TBA
1818
It now ensures __all__ Python names are ASCII and also properly
1919
checks the names of imports (``non-ascii-module-import``) as
2020
well as file names (``non-ascii-file-name``) and emits their respective new warnings.
21-
21+
2222
Non ASCII characters could be homoglyphs (look alike characters) and hard to
2323
enter on a non specialized keyboard.
2424
See `Confusable Characters in PEP 672 <https://www.python.org/dev/peps/pep-0672/#confusable-characters-in-identifiers>`_

doc/whatsnew/2.13.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ New checkers
1818
It now ensures __all__ Python names are ASCII and also properly
1919
checks the names of imports (``non-ascii-module-import``) as
2020
well as file names (``non-ascii-file-name``) and emits their respective new warnings.
21-
21+
2222
Non ASCII characters could be homoglyphs (look alike characters) and hard to
2323
enter on a non specialized keyboard.
2424
See `Confusable Characters in PEP 672 <https://www.python.org/dev/peps/pep-0672/#confusable-characters-in-identifiers>`_

0 commit comments

Comments
 (0)