Fixed typo children_attrs -> child_attrs
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 16 May 2008 15:19:33 +0000 (17:19 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 16 May 2008 15:19:33 +0000 (17:19 +0200)
Cython/Compiler/ModuleNode.py

index 15f397fa649c56786322f30b89a10de4d707b599..e6e09690c513a8488cd23415b18793890e7103c3 100644 (file)
@@ -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: