summaryrefslogtreecommitdiffstats
path: root/Lib/re
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2024-08-06 06:16:29 (GMT)
committerGitHub <noreply@github.com>2024-08-06 06:16:29 (GMT)
commitb72c748d7fb4ecc0bc4626c7bc05fbc6c83f0ba8 (patch)
tree7039b6a5e7fbcb1fb591a5f1a14840ac47821599 /Lib/re
parente74680b7186e6823ea37cf7ab326d3d6bfa6f59a (diff)
downloadcpython-b72c748d7fb4ecc0bc4626c7bc05fbc6c83f0ba8.zip
cpython-b72c748d7fb4ecc0bc4626c7bc05fbc6c83f0ba8.tar.gz
cpython-b72c748d7fb4ecc0bc4626c7bc05fbc6c83f0ba8.tar.bz2
Fix syntax in generate_re_casefix.py (#122699)
This was broken in gh-97963.
Diffstat (limited to 'Lib/re')
-rw-r--r--Lib/re/_casefix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/re/_casefix.py b/Lib/re/_casefix.py
index 06507d0..fed2d84 100644
--- a/Lib/re/_casefix.py
+++ b/Lib/re/_casefix.py
@@ -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.