Skip to content

Commit

Permalink
Fix typo in rooting_trees.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matsen authored Jul 2, 2019
1 parent cb09b92 commit 12e194d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/general/rooting_trees.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# course, the definition of an outgroup will depend on user criteria.
ancestor = t.get_common_ancestor("E","D")
t.set_outgroup(ancestor)
print "Tree rooteda at E and D's ancestor is more basal that the others."
print "Tree rooted at E and D's ancestor is more basal that the others."
print t
#
# /-B
Expand Down

0 comments on commit 12e194d

Please sign in to comment.