summaryrefslogtreecommitdiffstats
path: root/Doc/library/codecs.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-02-27 13:54:27 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-02-27 13:54:27 (GMT)
commite33721e1b54a2af5b4547e56d9349930260b7235 (patch)
tree5e1ca5fcee47946d254a942df4eabaea96050975 /Doc/library/codecs.rst
parentc0308a62c77376c42344ee51f63a44d8cad7e788 (diff)
downloadcpython-e33721e1b54a2af5b4547e56d9349930260b7235.zip
cpython-e33721e1b54a2af5b4547e56d9349930260b7235.tar.gz
cpython-e33721e1b54a2af5b4547e56d9349930260b7235.tar.bz2
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 a7e3831..785f3f6 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`.