]> granicus.if.org Git - python/commitdiff
Fix missing parenthesis.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 27 Feb 2010 13:50:35 +0000 (13:50 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 27 Feb 2010 13:50:35 +0000 (13:50 +0000)
Doc/library/codecs.rst

index e842bf8bf6605c02c67c215b2694fe6e9e85265a..13b466564f77f3a72299d3ecb85e0c35df86cc30 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`.