]> granicus.if.org Git - python/commitdiff
Fix a copy&paste typo.
authorMarc-André Lemburg <mal@egenix.com>
Sat, 10 Jul 2004 12:04:20 +0000 (12:04 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Sat, 10 Jul 2004 12:04:20 +0000 (12:04 +0000)
Objects/unicodeobject.c

index 2952c95fcf2a2cbacfc1f05b529f818519c67722..00ccea8d4c5110257edaed4ace73ac22c704097e 100644 (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;