Fix typo.

This commit is contained in:
Hye-Shik Chang 2004-07-15 04:30:25 +00:00
parent 5960d80e11
commit 69dc1c8f6a
1 changed files with 1 additions and 1 deletions

View File

@ -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;