Skip to content

Commit 69dc1c8

Browse files
committed
Fix typo.
1 parent 5960d80 commit 69dc1c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/unicodedata.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ unicodedata_normalize(PyObject *self, PyObject *args)
511511
char *form;
512512
PyObject *input;
513513

514-
if(!PyArg_ParseTuple(args, "sO!:normalized",
514+
if(!PyArg_ParseTuple(args, "sO!:normalize",
515515
&form, &PyUnicode_Type, &input))
516516
return NULL;
517517

0 commit comments

Comments
 (0)