From 17b858c9205acd4cc6e4ab25d7da8416a23232e5 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 5 Dec 2009 17:39:14 +0100 Subject: [PATCH] comment --- Cython/Compiler/ExprNodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/Compiler/ExprNodes.py b/Cython/Compiler/ExprNodes.py index 04b489b6..bcc993d5 100644 --- a/Cython/Compiler/ExprNodes.py +++ b/Cython/Compiler/ExprNodes.py @@ -4413,7 +4413,7 @@ class TypeofNode(ExprNode): literal = None type = py_object_type - subexprs = ['literal'] + subexprs = ['literal'] # 'operand' will be ignored after type analysis! def analyse_types(self, env): self.operand.analyse_types(env) -- 2.26.2