remove dupe function definition

This commit is contained in:
Kovid Goyal 2021-06-28 15:01:36 +05:30
parent 47ec4b5521
commit bdb030f33e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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"
}, },