mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
[3.13] Fix syntax in generate_re_casefix.py (GH-122699) (#122721)
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
fe65a8b0d7
commit
35bf9c62b1
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# Auto-generated by Tools/scripts/generate_re_casefix.py.
|
||||
# Auto-generated by Tools/build/generate_re_casefix.py.
|
||||
|
||||
# Maps the code of lowercased character to codes of different lowercased
|
||||
# characters which have the same uppercase.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue