mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-20 22:12:37 -04:00
remove dupe function definition
This commit is contained in:
@@ -520,9 +520,6 @@ static PyMethodDef methods[] = {
|
||||
{"tokenize", tokenize, METH_VARARGS,
|
||||
"Tokenize a string, useful for testing"
|
||||
},
|
||||
{"tokenize", tokenize, METH_VARARGS,
|
||||
"Tokenize a string, useful for testing"
|
||||
},
|
||||
{"stem", stem, METH_VARARGS,
|
||||
"Stem a word in the specified language, defaulting to English"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user