Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d3a67 commit 1101940Copy full SHA for 1101940
1 file changed
Objects/bytesobject.c
@@ -2827,7 +2827,7 @@ Decodes B using the codec registered for encoding. encoding defaults\n\
2827
to the default encoding. errors may be given to set a different error\n\
2828
handling scheme. Default is 'strict' meaning that encoding errors raise\n\
2829
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\
+as well as any other name registered with codecs.register_error that is\n\
2831
able to handle UnicodeDecodeErrors.");
2832
2833
static PyObject *
0 commit comments