]> granicus.if.org Git - python/commitdiff
Merged revisions 78489 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 27 Feb 2010 13:52:50 +0000 (13:52 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 27 Feb 2010 13:52:50 +0000 (13:52 +0000)
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 ef486f796ca251843a104aaa8212f9e4dff8c6e4..d3b1025cb2ef3e2918925908e5ec13407cee3f01 100644 (file)
@@ -78,7 +78,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)
 
    as well as any other error handling name defined via :func:`register_error`.