From ee2e3ad63a816e85268f92d8dfc463b588d34d8d Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Thu, 15 Jul 2004 04:30:25 +0000 Subject: Fix typo. --- Modules/unicodedata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/unicodedata.c') diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index ba218a3e58..8aa18f2336 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; -- cgit v1.2.1