diff options
author | Walter Dörwald <walter@livinglogic.de> | 2007-09-01 18:18:09 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2007-09-01 18:18:09 (GMT) |
commit | 90014e0a3cff83811757c70ddab4fc60078609c3 (patch) | |
tree | 7fd4afc56f7d65dd6222f042bcaface8c2b1fe37 /Doc/library/codecs.rst | |
parent | 222907da5694097da7a6ee7ad1f89c53e024b550 (diff) | |
download | cpython-90014e0a3cff83811757c70ddab4fc60078609c3.zip cpython-90014e0a3cff83811757c70ddab4fc60078609c3.tar.gz cpython-90014e0a3cff83811757c70ddab4fc60078609c3.tar.bz2 |
Fix wrong function names.
Diffstat (limited to 'Doc/library/codecs.rst')
-rw-r--r-- | Doc/library/codecs.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 867fbae..b44dca4 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -190,12 +190,12 @@ functions which use :func:`lookup` for the codec lookup: Implements the ``ignore`` error handling. -.. function:: xmlcharrefreplace_errors_errors(exception) +.. function:: xmlcharrefreplace_errors(exception) Implements the ``xmlcharrefreplace`` error handling. -.. function:: backslashreplace_errors_errors(exception) +.. function:: backslashreplace_errors(exception) Implements the ``backslashreplace`` error handling. |