Merged revisions 78489 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78489 | ezio.melotti | 2010-02-27 15:50:35 +0200 (Sat, 27 Feb 2010) | 1 line

  Fix missing parenthesis.
........
This commit is contained in:
Ezio Melotti 2010-02-27 13:52:50 +00:00
parent c92fc8261d
commit 04eef97a8a
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
reference (for encoding only)
* ``'backslashreplace'``: replace with backslashed escape sequences (for
encoding only
encoding only)
as well as any other error handling name defined via :func:`register_error`.