Skip to content

Commit a173af7

Browse files
Update docs/tskit2zarr/python_api.md
Co-authored-by: Ben Jeffery <[email protected]>
1 parent 00f895e commit a173af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tskit2zarr/python_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ TreeSequence.map_to_vcf_model
2222
to return the required mapping:
2323

2424
```python
25-
model_mapping = ts.map_vcf_model(individuals=[0, 1])
25+
model_mapping = ts.map_to_vcf_model(individuals=[0, 1])
2626
ts2z.convert(ts, vcz_path, model_mapping=model_mapping)
2727
```
2828

0 commit comments

Comments
 (0)