Skip to content

Commit

Permalink
Merge pull request #958 from hyanwong/variant-data
Browse files Browse the repository at this point in the history
Doc typo
  • Loading branch information
benjeffery authored Sep 3, 2024
2 parents a98a019 + 35262a2 commit 1b88b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ tskit refers to a haploid genome, not a diploid individual).

```{code-cell} ipython3
inferred_ts = tsinfer.infer(vdata)
print("Inferred a genetic genealogy for {inferred_ts.num_samples} (haploid) genomes")
print(f"Inferred a genetic genealogy for {inferred_ts.num_samples} (haploid) genomes")
```

And that's it: we now have a fully functional {class}`tskit.TreeSequence`
Expand Down

0 comments on commit 1b88b5e

Please sign in to comment.