Skip to content

Commit 1923865

Browse files
committed
Add a link to the subset docs from union
1 parent af613f7 commit 1923865

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

python/tskit/trees.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7370,9 +7370,9 @@ def union(
73707370
``other`` to nodes in ``self``.
73717371
:param bool check_shared_equality: If True, the shared portions of the
73727372
tree sequences will be checked for equality. It does so by
7373-
subsetting both ``self`` and ``other`` on the equivalent nodes
7374-
specified in ``node_mapping``, and then checking for equality of
7375-
the subsets.
7373+
running :meth:`TreeSequence.subset` on both ``self`` and ``other``
7374+
for the equivalent nodes specified in ``node_mapping``, and then
7375+
checking for equality of the subsets.
73767376
:param bool add_populations: If True, nodes new to ``self`` will be
73777377
assigned new population IDs.
73787378
:param bool record_provenance: Whether to record a provenance entry

0 commit comments

Comments
 (0)