Skip to content

Commit 0f46d43

Browse files
authored
Fix docs typo
1 parent 5666d7a commit 0f46d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/primer/phylogenetic_distances.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If tabs were used as a delimiter instead, then ``delimiter="\t"`` would be speci
6363
src=open("data.tsv"),
6464
delimiter="\t")
6565

66-
To load data from a numpy matrix::
66+
To load data from a NumPy array::
6767

6868
from io import StringIO
6969
import dendropy

0 commit comments

Comments
 (0)