mirror of https://github.com/python/cpython
typo
This commit is contained in:
parent
40d3a67a19
commit
110194048e
|
@ -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\
|
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\
|
handling scheme. Default is 'strict' meaning that encoding errors raise\n\
|
||||||
a UnicodeDecodeError. Other possible values are 'ignore' and 'replace'\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.");
|
able to handle UnicodeDecodeErrors.");
|
||||||
|
|
||||||
static PyObject *
|
static PyObject *
|
||||||
|
|
Loading…
Reference in New Issue