mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Remove unsupported (in latex) character from the source.
This commit is contained in:
parent
b8064a8a16
commit
7e91af3a91
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ functions:
|
||||||
Implements the ``'replace'`` error handling (for :term:`text encodings
|
Implements the ``'replace'`` error handling (for :term:`text encodings
|
||||||
<text encoding>` only): substitutes ``'?'`` for encoding errors
|
<text encoding>` only): substitutes ``'?'`` for encoding errors
|
||||||
(to be encoded by the codec), and ``'\ufffd'`` (the Unicode replacement
|
(to be encoded by the codec), and ``'\ufffd'`` (the Unicode replacement
|
||||||
character, ``'<27>'``) for decoding errors.
|
character) for decoding errors.
|
||||||
|
|
||||||
|
|
||||||
.. function:: ignore_errors(exception)
|
.. function:: ignore_errors(exception)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue