Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
jordibc committed Sep 20, 2023
1 parent 3e7ef44 commit 462bd06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/tutorial/tutorial_trees.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,10 @@ as trees where the master root node has more than two children.

rooted_tree = Tree('((A,B),(C,D));')
print(rooted_tree)
# ╭─┬╴A
#─┤ ╰╴B
# ╰─┬╴C
# ╰╴D
# ╭─┬╴A
# ─┤ ╰╴B
# ╰─┬╴C
# ╰╴D


Browsing trees (traversing)
Expand Down

0 comments on commit 462bd06

Please sign in to comment.