Skip to content

Commit 83c8597

Browse files
committed
Add a link to the subset docs from union
1 parent 81f4eb7 commit 83c8597

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
@@ -7366,9 +7366,9 @@ def union(
73667366
``other`` to nodes in ``self``.
73677367
:param bool check_shared_equality: If True, the shared portions of the
73687368
tree sequences will be checked for equality. It does so by
7369-
subsetting both ``self`` and ``other`` on the equivalent nodes
7370-
specified in ``node_mapping``, and then checking for equality of
7371-
the subsets.
7369+
running :meth:`TreeSequence.subset` on both ``self`` and ``other``
7370+
for the equivalent nodes specified in ``node_mapping``, and then
7371+
checking for equality of the subsets.
73727372
:param bool add_populations: If True, nodes new to ``self`` will be
73737373
assigned new population IDs.
73747374
:param bool record_provenance: Whether to record a provenance entry

0 commit comments

Comments
 (0)