summaryrefslogtreecommitdiffstats
path: root/Doc/library/codecs.rst
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2007-09-01 18:18:09 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2007-09-01 18:18:09 (GMT)
commit90014e0a3cff83811757c70ddab4fc60078609c3 (patch)
tree7fd4afc56f7d65dd6222f042bcaface8c2b1fe37 /Doc/library/codecs.rst
parent222907da5694097da7a6ee7ad1f89c53e024b550 (diff)
downloadcpython-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.rst4
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.