Skip to content

Commit ce1d31e

Browse files
committed
Fix comment
1 parent 8d832d0 commit ce1d31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/inspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
lazy import re
167167
lazy import tokenize
168168

169-
# Create constants for the compiler flags in Include/code.h
169+
# Create constants for the compiler flags in Include/cpython/code.h
170170
# We try to get them from dis to avoid duplication
171171
mod_dict = globals()
172172
for k, v in dis.COMPILER_FLAG_NAMES.items():

0 commit comments

Comments
 (0)