From 271dd048c556a08fe30007c3665aacf82bc3ec89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Clint=20Air=C3=A9?= <111376518+clintaire@users.noreply.github.com> Date: Tue, 17 Sep 2024 13:36:37 +0100 Subject: [PATCH] Update module_ir.py --- mypyc/ir/module_ir.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypyc/ir/module_ir.py b/mypyc/ir/module_ir.py index 2bb60e024a75..e3b240629eda 100644 --- a/mypyc/ir/module_ir.py +++ b/mypyc/ir/module_ir.py @@ -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