summaryrefslogtreecommitdiffstats
path: root/Modules/unicodedata.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/unicodedata.c')
-rw-r--r--Modules/unicodedata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c
index ba218a3..8aa18f2 100644
--- a/Modules/unicodedata.c
+++ b/Modules/unicodedata.c
@@ -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;