]> granicus.if.org Git - python/commitdiff
Fix typo
authorÉric Araujo <merwok@netwok.org>
Mon, 20 Feb 2012 01:07:31 +0000 (02:07 +0100)
committerÉric Araujo <merwok@netwok.org>
Mon, 20 Feb 2012 01:07:31 +0000 (02:07 +0100)
Objects/unicodeobject.c

index 8225e8267851068388096e6bed487fdc5d32738a..84252ecae636fb6416e7e86c68dc95560bacf514 100644 (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 *