diff options
author | Larry Hastings <larry@hastings.org> | 2015-02-25 12:15:33 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-02-25 12:15:33 (GMT) |
commit | f5caf2b30bfe70e5107f816c9e7f7fe3ef5299d9 (patch) | |
tree | d710479e28230b7b27f7dcf15aec1ab3c36bebdf /Doc/library/codecs.rst | |
parent | 953440752ef50cfb22e362ec7cbd30f0374c306e (diff) | |
download | cpython-f5caf2b30bfe70e5107f816c9e7f7fe3ef5299d9.zip cpython-f5caf2b30bfe70e5107f816c9e7f7fe3ef5299d9.tar.gz cpython-f5caf2b30bfe70e5107f816c9e7f7fe3ef5299d9.tar.bz2 |
Checking in this change LOCAL ONLY NO UPLOAD ANYWHEREv3.4.3
Diffstat (limited to 'Doc/library/codecs.rst')
-rw-r--r-- | Doc/library/codecs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index dd44cb2..19d7192 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) |