comment
authorStefan Behnel <scoder@users.berlios.de>
Mon, 26 May 2008 19:34:55 +0000 (21:34 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 26 May 2008 19:34:55 +0000 (21:34 +0200)
Cython/Compiler/ExprNodes.py

index 1114643d58e088221119495508c389d9585c8f9d..6372ea777da1f8e0ab2c7b4ca343cddb9d26a04a 100644 (file)
@@ -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)' % (