Commit 3797aa88 authored by Dag Sverre Seljebotn's avatar Dag Sverre Seljebotn

Fixed typo children_attrs -> child_attrs

parent c2ca0663
...@@ -33,7 +33,7 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode): ...@@ -33,7 +33,7 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
# module_temp_cname string # module_temp_cname string
# full_module_name string # full_module_name string
children_attrs = ["body"] child_attrs = ["body"]
def analyse_declarations(self, env): def analyse_declarations(self, env):
if Options.embed_pos_in_docstring: if Options.embed_pos_in_docstring:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment