Skip to content

Commit 762dcfb

Browse files
hyanwongpetrelharp
andauthored
Update python/tskit/tables.py
Co-authored-by: Peter Ralph <petrel.harp@gmail.com>
1 parent b5d6f60 commit 762dcfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/tskit/tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4029,7 +4029,7 @@ def concatenate(
40294029
"""
40304030
Concatenate another table collection to the right of this one. This {meth}`shift`s the
40314031
other table coordinate rightwards, then calls {meth}`union` with
4032-
the provided ``node_mapping``. If no node mapping is give, the two table
4032+
the provided ``node_mapping``. If no node mapping is given, the two table
40334033
collections must have the same number of samples, and those are treated
40344034
(in numerical order) as shared between the two table collections.
40354035
This is identical to :meth:`TreeSequence.concatenate` but

0 commit comments

Comments
 (0)