summaryrefslogtreecommitdiffstats
path: root/Doc/library/codecs.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-08-13 08:35:19 (GMT)
committerGeorg Brandl <georg@python.org>2009-08-13 08:35:19 (GMT)
commit97b28f843718db2e111e8288e4fb7d183ddff58a (patch)
tree479e550b8906b5d001ad68ac116291edd5f83588 /Doc/library/codecs.rst
parentc5605dffdb226e85f415bd6edb441dad714fbc0c (diff)
downloadcpython-97b28f843718db2e111e8288e4fb7d183ddff58a.zip
cpython-97b28f843718db2e111e8288e4fb7d183ddff58a.tar.gz
cpython-97b28f843718db2e111e8288e4fb7d183ddff58a.tar.bz2
Merged revisions 74316,74335 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k ........ r74316 | alexandre.vassalotti | 2009-08-05 01:19:13 +0200 (Mi, 05 Aug 2009) | 4 lines Issue 5449: Fix io.BytesIO to not accept arbitrary keywords Patch contributed by Erick Tryzelaar. ........ r74335 | philip.jenvey | 2009-08-06 22:00:08 +0200 (Do, 06 Aug 2009) | 1 line typo ........
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 7218d3a..b8a8ccc 100644
--- a/Doc/library/codecs.rst
+++ b/Doc/library/codecs.rst
@@ -74,7 +74,7 @@ It defines the following functions:
continue without further notice), ``'xmlcharrefreplace'`` (replace with the
appropriate XML character reference (for encoding only)),
``'backslashreplace'`` (replace with backslashed escape sequences (for
- encoding only)), ``'surrogateescape'`` (replae with surrogate U+DCxx, see
+ encoding only)), ``'surrogateescape'`` (replace with surrogate U+DCxx, see
:pep:`383`) as well as any other error handling name defined via
:func:`register_error`.