mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix wrong function names.
This commit is contained in:
parent
222907da56
commit
90014e0a3c
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue