diff options
author | Georg Brandl <georg@python.org> | 2015-02-25 12:05:53 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2015-02-25 12:05:53 (GMT) |
commit | 7e91af3a91ad6fee49c2ed75309552a6b5afea52 (patch) | |
tree | e157eabf134819b4f1ac669d2e5689ef7d0c1d20 /Doc | |
parent | b8064a8a16b63a929f94af300624bb239671ad82 (diff) | |
download | cpython-7e91af3a91ad6fee49c2ed75309552a6b5afea52.zip cpython-7e91af3a91ad6fee49c2ed75309552a6b5afea52.tar.gz cpython-7e91af3a91ad6fee49c2ed75309552a6b5afea52.tar.bz2 |
Remove unsupported (in latex) character from the source.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/codecs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index dd44cb2..19d7192 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -393,7 +393,7 @@ functions: Implements the ``'replace'`` error handling (for :term:`text encodings <text encoding>` only): substitutes ``'?'`` for encoding errors (to be encoded by the codec), and ``'\ufffd'`` (the Unicode replacement - character, ``'�'``) for decoding errors. + character) for decoding errors. .. function:: ignore_errors(exception) |