Skip to content

Commit d9eabb8

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/tskit/tables.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4036,8 +4036,8 @@ def concatenate(
40364036
acts *in place* to alter the data in this :class:`TableCollection`.
40374037
40384038
.. note::
4039-
To add gaps between the concatenated tables, use :meth:`shift` or
4040-
to remove gaps, use :meth:`trim` before concatenating.
4039+
To add gaps between the concatenated tables, use :meth:`shift` before
4040+
concatenating; to remove gaps, use :meth:`trim`.
40414041
40424042
:param TableCollection other: The other table collection to add to the right
40434043
of this one.

0 commit comments

Comments
 (0)