We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d6f60 commit 762dcfbCopy full SHA for 762dcfb
1 file changed
python/tskit/tables.py
@@ -4029,7 +4029,7 @@ def concatenate(
4029
"""
4030
Concatenate another table collection to the right of this one. This {meth}`shift`s the
4031
other table coordinate rightwards, then calls {meth}`union` with
4032
- the provided ``node_mapping``. If no node mapping is give, the two table
+ the provided ``node_mapping``. If no node mapping is given, 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.
4035
This is identical to :meth:`TreeSequence.concatenate` but
0 commit comments