Skip to content

Commit

Permalink
Fix docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 authored Jan 22, 2025
1 parent 5666d7a commit 0f46d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/primer/phylogenetic_distances.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ If tabs were used as a delimiter instead, then ``delimiter="\t"`` would be speci
src=open("data.tsv"),
delimiter="\t")

To load data from a numpy matrix::
To load data from a NumPy array::

from io import StringIO
import dendropy
Expand Down

0 comments on commit 0f46d43

Please sign in to comment.