From 7e91af3a91ad6fee49c2ed75309552a6b5afea52 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 25 Feb 2015 13:05:53 +0100 Subject: [PATCH] Remove unsupported (in latex) character from the source. --- Doc/library/codecs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index dd44cb27cce..19d71921d22 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)