This commit is contained in:
Philip Jenvey 2009-08-06 20:00:08 +00:00
parent 090e30f0f2
commit 5a5453978f
1 changed files with 1 additions and 1 deletions

View File

@ -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`.