Commit 02e16427 authored by Stefan Behnel's avatar Stefan Behnel

unit test fix

parent 83781ad5
...@@ -60,7 +60,7 @@ class TreeVisitor(BasicVisitor): ...@@ -60,7 +60,7 @@ class TreeVisitor(BasicVisitor):
Example: Example:
>>> class SampleNode: >>> class SampleNode(object):
... child_attrs = ["head", "body"] ... child_attrs = ["head", "body"]
... def __init__(self, value, head=None, body=None): ... def __init__(self, value, head=None, body=None):
... self.value = value ... self.value = value
......
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