Kaydet (Commit) 69dc1c8f authored tarafından Hye-Shik Chang's avatar Hye-Shik Chang

Fix typo.

üst 5960d80e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment