Skip to content

Commit 9567c70

Browse files
hyanwongmergify[bot]
authored andcommitted
Simplify sort doc text
1 parent 8b3322d commit 9567c70

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

python/tskit/tables.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3476,7 +3476,7 @@ def sort(self, edge_start=0, *, site_start=0, mutation_start=0):
34763476
in their retrospective tables then neither is sorted. Note that a partial
34773477
non-sorting is not possible, and both or neither must be skipped.
34783478
3479-
The node, population and provenance tables are not affected
3479+
The node, individual, population and provenance tables are not affected
34803480
by this method.
34813481
34823482
Edges are sorted as follows:
@@ -3492,8 +3492,6 @@ def sort(self, edge_start=0, *, site_start=0, mutation_start=0):
34923492
given parent ID are adjacent, but we do not require that they be listed in
34933493
sorted order.
34943494
3495-
Individuals are not sorted.
3496-
34973495
Sites are sorted by position, and sites with the same position retain
34983496
their relative ordering.
34993497

0 commit comments

Comments
 (0)