From: Georg Brandl Date: Wed, 25 Feb 2015 12:05:53 +0000 (+0100) Subject: Remove unsupported (in latex) character from the source. X-Git-Tag: v3.5.0a2~92^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e91af3a91ad6fee49c2ed75309552a6b5afea52;p=python Remove unsupported (in latex) character from the source. --- diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index dd44cb27cc..19d71921d2 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 ` 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)