]> granicus.if.org Git - python/commitdiff
Remove unsupported (in latex) character from the source.
authorGeorg Brandl <georg@python.org>
Wed, 25 Feb 2015 12:05:53 +0000 (13:05 +0100)
committerGeorg Brandl <georg@python.org>
Wed, 25 Feb 2015 12:05:53 +0000 (13:05 +0100)
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)