mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
remove dupe function definition
This commit is contained in:
parent
47ec4b5521
commit
bdb030f33e
@ -520,9 +520,6 @@ static PyMethodDef methods[] = {
|
|||||||
{"tokenize", tokenize, METH_VARARGS,
|
{"tokenize", tokenize, METH_VARARGS,
|
||||||
"Tokenize a string, useful for testing"
|
"Tokenize a string, useful for testing"
|
||||||
},
|
},
|
||||||
{"tokenize", tokenize, METH_VARARGS,
|
|
||||||
"Tokenize a string, useful for testing"
|
|
||||||
},
|
|
||||||
{"stem", stem, METH_VARARGS,
|
{"stem", stem, METH_VARARGS,
|
||||||
"Stem a word in the specified language, defaulting to English"
|
"Stem a word in the specified language, defaulting to English"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user