From 90014e0a3cff83811757c70ddab4fc60078609c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Walter=20D=C3=B6rwald?= Date: Sat, 1 Sep 2007 18:18:09 +0000 Subject: [PATCH] Fix wrong function names. --- Doc/library/codecs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 867fbae510..b44dca4ac8 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. -- 2.50.1