[Python-checkins] cpython (3.4): Remove unsupported (in latex) character from the source.

georg.brandl python-checkins at python.org
Wed Feb 25 13:07:53 CET 2015


https://hg.python.org/cpython/rev/c113cdfef1e1
changeset:   94738:c113cdfef1e1
branch:      3.4
parent:      94733:05bd5ec8365e
user:        Georg Brandl <georg at python.org>
date:        Wed Feb 25 13:05:53 2015 +0100
summary:
  Remove unsupported (in latex) character from the source.

files:
  Doc/library/codecs.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst
--- a/Doc/library/codecs.rst
+++ b/Doc/library/codecs.rst
@@ -393,7 +393,7 @@
    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)

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list