summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-02-25 04:15:33 -0800
committerLarry Hastings <larry@hastings.org>2015-02-25 04:15:33 -0800
commit3f1e8a3de39ff8a807720d57f49a91d7449435ad (patch)
tree9bed89a3f5505d1b6f90bf1a606be95f88f58d30
parent7f2fa0cf39c9a0f38730c3cc6e525e957045357a (diff)
downloadcpython-3f1e8a3de39ff8a807720d57f49a91d7449435ad.tar.gz
Checking in this change LOCAL ONLY NO UPLOAD ANYWHEREv3.4.3
-rw-r--r--Doc/library/codecs.rst2
1 files changed, 1 insertions, 1 deletions
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
<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)