Skip to content

Commit 581f788

Browse files
szhanmergify[bot]
authored andcommitted
Fix a typo in the docstring of subset()
1 parent 69056f6 commit 581f788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsinfer/formats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ def subset(self, individuals=None, sites=None, **kwargs):
13121312
individuals and sites. It is important to note that these are
13131313
*individual* IDs and not *sample* IDs (corresponding to distinct
13141314
haplotypes within an individual). When working with haploid data, the
1315-
individual and site IDs are guaranteed to be the same, and so can be
1315+
individual and sample IDs are guaranteed to be the same, and so can be
13161316
used interchangably.
13171317
13181318
:param arraylike individuals: The individual IDs to retain in the

0 commit comments

Comments
 (0)