Skip to content

Commit

Permalink
Update module_ir.py
Browse files Browse the repository at this point in the history
  • Loading branch information
clintaire committed Sep 17, 2024
1 parent a74ae21 commit 271dd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypyc/ir/module_ir.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(
self.functions = functions
self.classes = classes
self.final_names = final_names
# Names of C statistics used for Python 3.12 type variable objects.
# Names of C statics used for Python 3.12 type variable objects.
# These are only visible in the module that defined them, so no need
# to serialize.
self.type_var_names = type_var_names
Expand Down

0 comments on commit 271dd04

Please sign in to comment.