From a6efb9ac942b889f93dffd86e2d20bc8799f9762 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Mon, 26 May 2008 21:34:55 +0200 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 1114643d..6372ea77 100644 --- a/Cython/Compiler/ExprNodes.py +++ b/Cython/Compiler/ExprNodes.py @@ -982,7 +982,7 @@ class NameNode(AtomicExprNode): if entry.is_pyglobal: namespace = self.entry.namespace_cname if entry.is_member: - # if we entry is a member we have to cheat: SetAttr does not work + # if the entry is a member we have to cheat: SetAttr does not work # on types, so we create a descriptor which is then added to tp_dict code.put_error_if_neg(self.pos, 'PyDict_SetItem(%s->tp_dict, %s, %s)' % ( -- 2.26.2