]> granicus.if.org Git - python/commitdiff
typo
authorPhilip Jenvey <pjenvey@underboss.org>
Thu, 6 Aug 2009 20:00:08 +0000 (20:00 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Thu, 6 Aug 2009 20:00:08 +0000 (20:00 +0000)
Doc/library/codecs.rst

index 5d045e035a244a386b5970e219a85f49e8ef9ff7..82d63b0c7a7355777e97473d5f73cbef028a68e5 100644 (file)
@@ -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`.