mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-16 00:25:54 +01:00
remove dupe function definition
This commit is contained in:
parent
47ec4b5521
commit
bdb030f33e
1 changed files with 0 additions and 3 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue