]> granicus.if.org Git - python/commitdiff
Fix wrong function names.
authorWalter Dörwald <walter@livinglogic.de>
Sat, 1 Sep 2007 18:18:09 +0000 (18:18 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Sat, 1 Sep 2007 18:18:09 +0000 (18:18 +0000)
Doc/library/codecs.rst

index 867fbae510586ee66b8e7cf80d017c5a8ae3ea86..b44dca4ac808ca0f7b23152d9c70d53c019341d5 100644 (file)
@@ -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.