Fix missing parenthesis.

This commit is contained in:
Ezio Melotti 2010-02-27 13:50:35 +00:00
parent 2a903b26e9
commit 8dd547f689
1 changed files with 1 additions and 1 deletions

View File

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