Skip to content

Commit ff59bd3

Browse files
committed
Remove unrelated change
1 parent 0d5efb7 commit ff59bd3

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
@@ -165,7 +165,7 @@
165165
from collections import namedtuple, OrderedDict
166166
from weakref import ref as make_weakref
167167

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

0 commit comments

Comments
 (0)