mirror of
https://github.com/python/cpython.git
synced 2025-07-12 05:45:15 +00:00
Fix a copy&paste typo.
This commit is contained in:
parent
0d278b861e
commit
126b44cd41
1 changed files with 1 additions and 1 deletions
|
@ -4962,7 +4962,7 @@ as well as any other name registerd with codecs.register_error that is\n\
|
|||
able to handle UnicodeDecodeErrors.");
|
||||
|
||||
static PyObject *
|
||||
unicode_decode(PyStringObject *self, PyObject *args)
|
||||
unicode_decode(PyUnicodeObject *self, PyObject *args)
|
||||
{
|
||||
char *encoding = NULL;
|
||||
char *errors = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue