We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762dcfb commit d9eabb8Copy full SHA for d9eabb8
1 file changed
python/tskit/tables.py
@@ -4036,8 +4036,8 @@ def concatenate(
4036
acts *in place* to alter the data in this :class:`TableCollection`.
4037
4038
.. note::
4039
- To add gaps between the concatenated tables, use :meth:`shift` or
4040
- to remove gaps, use :meth:`trim` before concatenating.
+ To add gaps between the concatenated tables, use :meth:`shift` before
+ concatenating; to remove gaps, use :meth:`trim`.
4041
4042
:param TableCollection other: The other table collection to add to the right
4043
of this one.
0 commit comments