Skip to content

Commit 7520150

Browse files
hyanwongmergify[bot]
authored andcommitted
Use correct class ref syntax
1 parent cc27431 commit 7520150

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
@@ -3297,7 +3297,7 @@ def insert_proxy_samples(
32973297
**kwargs,
32983298
):
32993299
"""
3300-
Take a set of samples from a {class}`VariantData` instance and create additional
3300+
Take a set of samples from a :class:`.VariantData` instance and create additional
33013301
"proxy sample ancestors" from them, returning a new :class:`.AncestorData`
33023302
instance including both the current ancestors and the additional ancestors
33033303
at the appropriate time points.

0 commit comments

Comments
 (0)