Skip to content

Commit

Permalink
Fixed list indentation (epytext markup for epydoc api docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Aug 18, 2010
1 parent b336ac0 commit bfa3754
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Bio/Phylo/BaseTree.py
Expand Up @@ -661,13 +661,13 @@ def root_with_outgroup(self, *outgroup_targets):
Edge cases:
- If outgroup == self.root, no change
- If outgroup is terminal, create new bifurcating root node with a
0-length branch to the outgroup
- If outgroup is internal, use the given outgroup node as the new
trifurcating root, keeping branches the same
- If the original root was bifurcating, drop it from the tree,
preserving total branch lengths
- If outgroup == self.root, no change
- If outgroup is terminal, create new bifurcating root node with a
0-length branch to the outgroup
- If outgroup is internal, use the given outgroup node as the new
trifurcating root, keeping branches the same
- If the original root was bifurcating, drop it from the tree,
preserving total branch lengths
"""
# This raises a ValueError if any target is not in this tree
# Otherwise, common_ancestor guarantees outgroup is in this tree
Expand Down

0 comments on commit bfa3754

Please sign in to comment.