From: Larry Hastings Date: Wed, 25 Feb 2015 12:15:33 +0000 (-0800) Subject: Checking in this change LOCAL ONLY NO UPLOAD ANYWHERE X-Git-Tag: v3.4.3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5caf2b30bfe70e5107f816c9e7f7fe3ef5299d9;p=python Checking in this change LOCAL ONLY NO UPLOAD ANYWHERE --- 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)