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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90014e0a3cff83811757c70ddab4fc60078609c3;p=thirdparty%2FPython%2Fcpython.git Fix wrong function names. --- diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 867fbae51058..b44dca4ac808 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.