mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
typo
This commit is contained in:
parent
090e30f0f2
commit
5a5453978f
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ It defines the following functions:
|
|||
continue without further notice), ``'xmlcharrefreplace'`` (replace with the
|
||||
appropriate XML character reference (for encoding only)),
|
||||
``'backslashreplace'`` (replace with backslashed escape sequences (for
|
||||
encoding only)), ``'surrogateescape'`` (replae with surrogate U+DCxx, see
|
||||
encoding only)), ``'surrogateescape'`` (replace with surrogate U+DCxx, see
|
||||
:pep:`383`) as well as any other error handling name defined via
|
||||
:func:`register_error`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue