whitespace
authorStefan Behnel <scoder@users.berlios.de>
Tue, 13 May 2008 10:11:58 +0000 (12:11 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 13 May 2008 10:11:58 +0000 (12:11 +0200)
Cython/Compiler/ExprNodes.py

index 5210701e8f09725ff73efe7082088b418b71d219..492e680cd34a8e93ea0eecc1f1170e9461e6d36a 100644 (file)
@@ -1833,7 +1833,7 @@ class AttributeNode(ExprNode):
     #  member               string    C name of struct member
     #  is_called            boolean   Function call is being done on result
     #  entry                Entry     Symbol table entry of attribute
-    #  interned_attr_cname     string    C name of interned attribute name
+    #  interned_attr_cname  string    C name of interned attribute name
     
     is_attribute = 1
     subexprs = ['obj']