Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1101940

Browse files
author
Skip Montanaro
committed
typo
1 parent 40d3a67 commit 1101940

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/bytesobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2827,7 +2827,7 @@ Decodes B using the codec registered for encoding. encoding defaults\n\
28272827
to the default encoding. errors may be given to set a different error\n\
28282828
handling scheme. Default is 'strict' meaning that encoding errors raise\n\
28292829
a UnicodeDecodeError. Other possible values are 'ignore' and 'replace'\n\
2830-
as well as any other name registerd with codecs.register_error that is\n\
2830+
as well as any other name registered with codecs.register_error that is\n\
28312831
able to handle UnicodeDecodeErrors.");
28322832

28332833
static PyObject *

0 commit comments

Comments
 (0)