Skip to content

Commit 97edd65

Browse files
Apply suggestion from @petrelharp
Co-authored-by: Peter Ralph <petrel.harp@gmail.com>
1 parent 67697e3 commit 97edd65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/tskit/trees.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10995,7 +10995,7 @@ def ld_matrix(
1099510995
:math:`\widehat{\pi_2}` n n "pi2_unbiased"
1099610996
======================= ========== ================ ==============
1099710997
10998-
:param list sample_sets: A list of lists of sample Node IDs, specifying
10998+
:param list sample_sets: A list, or a list of lists of sample node IDs, specifying
1099910999
the groups of nodes to compute the statistic with. Defaults to all
1100011000
samples grouped by population.
1100111001
:param str mode: A string giving the "type" of the statistic to be

0 commit comments

Comments
 (0)