From: Stefan Behnel Date: Mon, 26 May 2008 19:34:55 +0000 (+0200) Subject: comment X-Git-Tag: 0.9.8rc1~11^2~10^2~15^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a6efb9ac942b889f93dffd86e2d20bc8799f9762;p=cython.git comment --- 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)' % (