Fix a copy&paste typo.

This commit is contained in:
Marc-André Lemburg 2004-07-10 12:04:20 +00:00
parent 0d278b861e
commit 126b44cd41
1 changed files with 1 additions and 1 deletions

View File

@ -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;