[Python-checkins] r57879 - python/trunk/Doc/library/codecs.rst

walter.doerwald python-checkins at python.org
Sat Sep 1 20:18:28 CEST 2007


Author: walter.doerwald
Date: Sat Sep  1 20:18:09 2007
New Revision: 57879

Modified:
   python/trunk/Doc/library/codecs.rst
Log:
Fix wrong function names.


Modified: python/trunk/Doc/library/codecs.rst
==============================================================================
--- python/trunk/Doc/library/codecs.rst	(original)
+++ python/trunk/Doc/library/codecs.rst	Sat Sep  1 20:18:09 2007
@@ -190,12 +190,12 @@
    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.
 


More information about the Python-checkins mailing list