Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e91af3

Browse files
committed
Remove unsupported (in latex) character from the source.
1 parent b8064a8 commit 7e91af3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/codecs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ functions:
393393
Implements the ``'replace'`` error handling (for :term:`text encodings
394394
<text encoding>` only): substitutes ``'?'`` for encoding errors
395395
(to be encoded by the codec), and ``'\ufffd'`` (the Unicode replacement
396-
character, ``'�'``) for decoding errors.
396+
character) for decoding errors.
397397

398398

399399
.. function:: ignore_errors(exception)

0 commit comments

Comments
 (0)