mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Fix typo.
This commit is contained in:
parent
5960d80e11
commit
69dc1c8f6a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue