We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01444b commit dc14c3cCopy full SHA for dc14c3c
src/rapidfuzz/cpp_common.pxd
@@ -34,7 +34,7 @@ from array import array
34
pandas_NA = None
35
36
cdef extern from "rapidfuzz/details/types.hpp" namespace "rapidfuzz" nogil:
37
- cpdef enum class EditType:
+ cdef enum class EditType:
38
None = 0,
39
Replace = 1,
40
Insert = 2,
0 commit comments