Skip to content

Commit

Permalink
DOC: fix old func name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Oct 22, 2024
1 parent 8972a61 commit 38a6df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wotplot/_make.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def _make(s1, s2, k, yorder="BT", binary=True, verbose=False):
# https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.coo_array.html
#
# The reason we don't just output mat_vals, mat_rows, and mat_cols from
# _find_match_cells() is that we need to be careful about duplicate cells.
# _fill_match_cells() is that we need to be careful about duplicate cells.
# If binary is False, then we need to do this to identify palindromes; and
# even if binary is True, we need to do this because including duplicate
# entries will result in them being summed when creating the matrix
Expand Down

0 comments on commit 38a6df9

Please sign in to comment.