Skip to content

Commit

Permalink
Merge pull request #412 from matsen/master
Browse files Browse the repository at this point in the history
Fixing minor typo
  • Loading branch information
jhcepas authored Jul 3, 2019
2 parents 068df09 + 12e194d commit efbc215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion sdoc/tutorial/tutorial_trees.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1635,7 +1635,7 @@ method can be used to perform the opposite action.
# 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 efbc215

Please sign in to comment.