From: Skip Montanaro Date: Sun, 9 Dec 2007 23:05:36 +0000 (+0000) Subject: typo X-Git-Tag: v3.0a3~319 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=110194048e2d6a42f5954c39c8646ba93b66a7e1;p=thirdparty%2FPython%2Fcpython.git typo --- diff --git a/Objects/bytesobject.c b/Objects/bytesobject.c index 9e16b3b9313c..b0e1b53d6a79 100644 --- a/Objects/bytesobject.c +++ b/Objects/bytesobject.c @@ -2827,7 +2827,7 @@ Decodes B 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 *