Skip to content

Commit b5d6f60

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

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
@@ -4028,7 +4028,7 @@ def concatenate(
40284028
):
40294029
"""
40304030
Concatenate another table collection to the right of this one. This {meth}`shift`s the
4031-
other table coordinate rightwards, then repeatedly calls {meth}`union` with
4031+
other table coordinate rightwards, then calls {meth}`union` with
40324032
the provided ``node_mapping``. If no node mapping is give, 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.

0 commit comments

Comments
 (0)