Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
c0fec0de committed Sep 2, 2016
1 parent 2eca0ac commit 05d9ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Node('Udo/Dan/Joe')
Tree
~~~~

>>> for pre, node in RenderTree(udo):
>>> for pre, fill, node in RenderTree(udo):
... print("%s%s" % (pre, node.name))
Udo
├── Marc
Expand Down

0 comments on commit 05d9ccc

Please sign in to comment.