mirror of
https://github.com/python/cpython.git
synced 2025-08-15 22:30:42 +00:00
[3.12] Fix syntax in generate_re_casefix.py (GH-122699) (#122722)
This was broken in gh-97963.
(cherry picked from commit b72c748d7f
)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This commit is contained in:
parent
2ff41583fd
commit
be88b3b996
2 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,9 @@ re_casefix_template = f"""\
|
|||
|
||||
# Maps the code of lowercased character to codes of different lowercased
|
||||
# characters which have the same uppercase.
|
||||
_EXTRA_CASES = {
|
||||
_EXTRA_CASES = {{
|
||||
%s
|
||||
}
|
||||
}}
|
||||
"""
|
||||
|
||||
def uname(i):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue