From: Dag Sverre Seljebotn Date: Fri, 16 May 2008 15:19:33 +0000 (+0200) Subject: Fixed typo children_attrs -> child_attrs X-Git-Tag: 0.9.8rc1~11^2~10^2~23 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3797aa88482b67fc2fffb6c5256803bdc6b1f95a;p=cython.git Fixed typo children_attrs -> child_attrs --- diff --git a/Cython/Compiler/ModuleNode.py b/Cython/Compiler/ModuleNode.py index 15f397fa..e6e09690 100644 --- a/Cython/Compiler/ModuleNode.py +++ b/Cython/Compiler/ModuleNode.py @@ -33,7 +33,7 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode): # module_temp_cname string # full_module_name string - children_attrs = ["body"] + child_attrs = ["body"] def analyse_declarations(self, env): if Options.embed_pos_in_docstring: