From f5caf2b30bfe70e5107f816c9e7f7fe3ef5299d9 Mon Sep 17 00:00:00 2001 From: Larry Hastings Date: Wed, 25 Feb 2015 04:15:33 -0800 Subject: Checking in this change LOCAL ONLY NO UPLOAD ANYWHERE --- 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 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 ` 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) -- cgit v0.12