From: Ezio Melotti Date: Sat, 27 Feb 2010 13:50:35 +0000 (+0000) Subject: Fix missing parenthesis. X-Git-Tag: v2.7a4~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8dd547f6898738d87781bbf2fcbf9abbfc8a10f4;p=python Fix missing parenthesis. --- diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index e842bf8bf6..13b466564f 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -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`.