]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
typo
authorSkip Montanaro <skip@pobox.com>
Sun, 9 Dec 2007 23:05:36 +0000 (23:05 +0000)
committerSkip Montanaro <skip@pobox.com>
Sun, 9 Dec 2007 23:05:36 +0000 (23:05 +0000)
Objects/bytesobject.c

index 9e16b3b9313cf91971a40549c6cb14259cf4e383..b0e1b53d6a7951d057852f39b70e5d671bcabd87 100644 (file)
@@ -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 *