Fix typo.
This commit is contained in:
parent
5960d80e11
commit
69dc1c8f6a
|
@ -511,7 +511,7 @@ unicodedata_normalize(PyObject *self, PyObject *args)
|
|||
char *form;
|
||||
PyObject *input;
|
||||
|
||||
if(!PyArg_ParseTuple(args, "sO!:normalized",
|
||||
if(!PyArg_ParseTuple(args, "sO!:normalize",
|
||||
&form, &PyUnicode_Type, &input))
|
||||
return NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue