]> granicus.if.org Git - python/commitdiff
Merged revisions 78491 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 27 Feb 2010 13:55:48 +0000 (13:55 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 27 Feb 2010 13:55:48 +0000 (13:55 +0000)
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.
  ........
................

Doc/library/codecs.rst

index 21e74cabeb6cf79a93268b5e3f6f7d0e6cdd8461..8e4f71e15ab7723e6af90bf72f842e60578a8c0d 100644 (file)
@@ -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`.