mirror of
https://github.com/python/cpython.git
synced 2025-11-26 21:33:10 +00:00
typo
This commit is contained in:
parent
40d3a67a19
commit
110194048e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue