This commit is contained in:
Éric Araujo 2012-02-20 02:07:31 +01:00
parent 09c05fde63
commit a4c81b07f8
1 changed files with 1 additions and 1 deletions

View File

@ -6364,7 +6364,7 @@ Decodes S using the codec registered for encoding. encoding defaults\n\
to the default encoding. errors may be given to set a different error\n\
handling scheme. Default is 'strict' meaning that encoding errors raise\n\
a UnicodeDecodeError. Other possible values are 'ignore' and 'replace'\n\
as well as any other name registerd with codecs.register_error that is\n\
as well as any other name registered with codecs.register_error that is\n\
able to handle UnicodeDecodeErrors.");
static PyObject *