Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/tskit/trees.py
Original file line number Diff line number Diff line change
Expand Up @@ -6656,7 +6656,7 @@ def write_vcf(
:param list(int) individuals: A list containing the individual IDs to
corresponding to the VCF samples. Defaults to all individuals
associated with sample nodes in the tree sequence.
See the {ref}`sec_export_vcf_constructing_gt` section for more
See the :ref:`sec_export_vcf_constructing_gt` section for more
details and examples.
:param list(str) individual_names: A list of string names to identify
individual columns in the VCF. In VCF nomenclature, these are the
Expand Down
Loading