mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix missing parenthesis.
This commit is contained in:
parent
2a903b26e9
commit
8dd547f689
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ It defines the following functions:
|
||||||
* ``'xmlcharrefreplace'``: replace with the appropriate XML character
|
* ``'xmlcharrefreplace'``: replace with the appropriate XML character
|
||||||
reference (for encoding only)
|
reference (for encoding only)
|
||||||
* ``'backslashreplace'``: replace with backslashed escape sequences (for
|
* ``'backslashreplace'``: replace with backslashed escape sequences (for
|
||||||
encoding only
|
encoding only)
|
||||||
|
|
||||||
as well as any other error handling name defined via :func:`register_error`.
|
as well as any other error handling name defined via :func:`register_error`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue