Skip to content

Commit 9025f57

Browse files
hyanwongmergify[bot]
authored andcommitted
Correct doc typo
1 parent 7abb51e commit 9025f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tskit/trees.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ class Tree:
635635
:param list tracked_samples: The list of samples to be tracked and
636636
counted using the :meth:`Tree.num_tracked_samples` method.
637637
:param bool sample_lists: If True, provide more efficient access
638-
to the samples beneath a give node using the
638+
to the samples beneath a given node using the
639639
:meth:`Tree.samples` method.
640640
:param int root_threshold: The minimum number of samples that a node
641641
must be ancestral to for it to be in the list of roots. By default

0 commit comments

Comments
 (0)