Skip to content

Commit

Permalink
Update bycython.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-ht committed Feb 10, 2024
1 parent cc32d48 commit 8d3cb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editdistance/bycython.pyx
Expand Up @@ -24,7 +24,7 @@ cpdef unsigned int eval(object a, object b) except 0xffffffffffffffff:
free(al)
free(bl)
return dist

cpdef bint eval_criterion(object a, object b, const unsigned int thr) except 0xffffffffffffffff:
cdef unsigned int i
cdef bint ret
Expand Down

0 comments on commit 8d3cb77

Please sign in to comment.