summaryrefslogtreecommitdiff
path: root/examples/general/create_trees_from_scratch.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/general/create_trees_from_scratch.py')
-rw-r--r--examples/general/create_trees_from_scratch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/general/create_trees_from_scratch.py b/examples/general/create_trees_from_scratch.py
index 1f3cde6..b8365d8 100644
--- a/examples/general/create_trees_from_scratch.py
+++ b/examples/general/create_trees_from_scratch.py
@@ -15,7 +15,7 @@ R = A.add_child(name="R") # Adds a third child to the
# randomly.
R.populate(6, names_library=["r1","r2","r3","r4","r5","r6"])
# Prints the tree topology
-print t
+print(t)
# /-C
# |
# |--D