summaryrefslogtreecommitdiffstats
path: root/Doc/library/codecs.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-02-27 13:55:48 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-02-27 13:55:48 (GMT)
commit8f1c275daafaa57e5e467d759d28ae4875c9e16f (patch)
tree80011a4ce06959c9b53a3719a6e763071cd71eef /Doc/library/codecs.rst
parente36b2c693cdb8d1bf1900be41bc808da9eb53e17 (diff)
downloadcpython-8f1c275daafaa57e5e467d759d28ae4875c9e16f.zip
cpython-8f1c275daafaa57e5e467d759d28ae4875c9e16f.tar.gz
cpython-8f1c275daafaa57e5e467d759d28ae4875c9e16f.tar.bz2
Merged revisions 78491 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r78491 | ezio.melotti | 2010-02-27 15:54:27 +0200 (Sat, 27 Feb 2010) | 9 lines Merged revisions 78489 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78489 | ezio.melotti | 2010-02-27 15:50:35 +0200 (Sat, 27 Feb 2010) | 1 line Fix missing parenthesis. ........ ................
Diffstat (limited to 'Doc/library/codecs.rst')
-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 21e74ca..8e4f71e 100644
--- a/Doc/library/codecs.rst
+++ b/Doc/library/codecs.rst
@@ -77,7 +77,7 @@ It defines the following functions:
* ``'xmlcharrefreplace'``: replace with the appropriate XML character
reference (for encoding only)
* ``'backslashreplace'``: replace with backslashed escape sequences (for
- encoding only
+ encoding only)
* ``'surrogateescape'``: replace with surrogate U+DCxx, see :pep:`383`
as well as any other error handling name defined via :func:`register_error`.