We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ba548 commit 67f2ef3Copy full SHA for 67f2ef3
python/tskit/trees.py
@@ -997,7 +997,9 @@ def mrca(self, *args):
997
Returns the most recent common ancestor of the specified nodes.
998
999
:param int `*args`: input node IDs, must be at least 2.
1000
- :return: The most recent common ancestor of input nodes.
+ :return: The node ID of the most recent common ancestor of the
1001
+ input nodes, or :data:`tskit.NULL` if the nodes do not share
1002
+ a common ancestor in the tree.
1003
:rtype: int
1004
"""
1005
if len(args) < 2:
0 commit comments