From 84469ac4d72428f7acdd97eb4b19c6dbd503ad61 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 13 May 2008 12:11:58 +0200 Subject: [PATCH] whitespace --- 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 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'] -- 2.26.2