From: Stefan Behnel Date: Tue, 13 May 2008 10:11:58 +0000 (+0200) Subject: whitespace X-Git-Tag: 0.9.8rc1~37^2~91 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=84469ac4d72428f7acdd97eb4b19c6dbd503ad61;p=cython.git whitespace --- diff --git a/Cython/Compiler/ExprNodes.py b/Cython/Compiler/ExprNodes.py index 5210701e..492e680c 100644 --- a/Cython/Compiler/ExprNodes.py +++ b/Cython/Compiler/ExprNodes.py @@ -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']