]> granicus.if.org Git - python/commitdiff
Checking in this change LOCAL ONLY NO UPLOAD ANYWHERE v3.4.3
authorLarry Hastings <larry@hastings.org>
Wed, 25 Feb 2015 12:15:33 +0000 (04:15 -0800)
committerLarry Hastings <larry@hastings.org>
Wed, 25 Feb 2015 12:15:33 +0000 (04:15 -0800)
Doc/library/codecs.rst

index dd44cb27ccedc5c870ea019ff8b9b9a37e5617c4..19d71921d22c6817219a07b8a1ee3774e51c3f2f 100644 (file)
@@ -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)