diff options
author | Philip Jenvey <pjenvey@underboss.org> | 2009-08-06 20:00:08 (GMT) |
---|---|---|
committer | Philip Jenvey <pjenvey@underboss.org> | 2009-08-06 20:00:08 (GMT) |
commit | 5a5453978fbe389b910450eded53456c233f6650 (patch) | |
tree | 66cecd72ebbd21442bce203de4e7694b87e15c80 /Doc | |
parent | 090e30f0f23aa1b2675616081fd767649fd4c111 (diff) | |
download | cpython-5a5453978fbe389b910450eded53456c233f6650.zip cpython-5a5453978fbe389b910450eded53456c233f6650.tar.gz cpython-5a5453978fbe389b910450eded53456c233f6650.tar.bz2 |
typo
Diffstat (limited to 'Doc')
-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 5d045e0..82d63b0 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`. |