Skip to content

Commit a161280

Browse files
hyanwongjeromekelleher
authored andcommitted
Correct ref typo in write_vcf docs
1 parent 1c689c0 commit a161280

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
@@ -6656,7 +6656,7 @@ def write_vcf(
66566656
:param list(int) individuals: A list containing the individual IDs to
66576657
corresponding to the VCF samples. Defaults to all individuals
66586658
associated with sample nodes in the tree sequence.
6659-
See the {ref}`sec_export_vcf_constructing_gt` section for more
6659+
See the :ref:`sec_export_vcf_constructing_gt` section for more
66606660
details and examples.
66616661
:param list(str) individual_names: A list of string names to identify
66626662
individual columns in the VCF. In VCF nomenclature, these are the

0 commit comments

Comments
 (0)