Skip to content

Commit 0a26a26

Browse files
hyanwongbenjeffery
andauthored
Update counting_topologies.md
Co-authored-by: Ben Jeffery <ben.jeffery@gmail.com>
1 parent a0c5162 commit 0a26a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

counting_topologies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ For this reason, the {func}`~tskit.all_trees`, {func}`~tskit.all_tree_shapes` an
188188
{func}`~tskit.all_tree_labellings` methods do not return a list of trees
189189
but an iterator over the trees. This means it is perfectly possible to start
190190
iterating over (say) all tree shapes for a tree of 100 leaves, but
191-
the iterator will not finish before the death of our galaxy
191+
the iterator will not finish before the death of our galaxy.
192192

193193
```{code-cell}
194194
for num_trees, tree in enumerate(tskit.all_tree_shapes(100)):

0 commit comments

Comments
 (0)