We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6bdb18 commit b5d6f60Copy full SHA for b5d6f60
1 file changed
python/tskit/tables.py
@@ -4028,7 +4028,7 @@ def concatenate(
4028
):
4029
"""
4030
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
+ other table coordinate rightwards, then calls {meth}`union` with
4032
the provided ``node_mapping``. If no node mapping is give, the two table
4033
collections must have the same number of samples, and those are treated
4034
(in numerical order) as shared between the two table collections.
0 commit comments