Skip to content

Commit

Permalink
Fix readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Armavica committed Sep 19, 2024
1 parent 2bd1a89 commit 6b3c4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user-guide/hierarchical-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ and even the distinguishing feature of the common ancestor of any two species (t

.. ipython:: python
[node.name for node in primates.ancestors]
[node.name for node in reversed(primates.parents)]
primates.root.name
primates.find_common_ancestor(dinosaurs).name
Expand Down

0 comments on commit 6b3c4e9

Please sign in to comment.