Skip to content

Commit 2da67a5

Browse files
authored
gh-105481: fix out of date comment (#108079)
1 parent 006e44f commit 2da67a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/build/deepfreeze.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
verbose = False
2323

24-
# This must be kept in sync with opcode.py
24+
# This must be kept in sync with Tools/cases_generator/generate_cases.py
2525
RESUME = 166
2626

2727
def isprintable(b: bytes) -> bool:

0 commit comments

Comments
 (0)