From: Walter Dörwald Date: Sat, 1 Sep 2007 18:18:09 +0000 (+0000) Subject: Fix wrong function names. X-Git-Tag: v2.6a1~1361 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90014e0a3cff83811757c70ddab4fc60078609c3;p=python Fix wrong function names. --- 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.