diff options
| author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-02-27 13:50:35 (GMT) |
|---|---|---|
| committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-02-27 13:50:35 (GMT) |
| commit | 8dd547f6898738d87781bbf2fcbf9abbfc8a10f4 (patch) | |
| tree | 1558e698289eb6b594189e674b76d16622712591 | |
| parent | 2a903b26e93c34cfc18fc9b5e491ca183e01eecf (diff) | |
| download | cpython-8dd547f6898738d87781bbf2fcbf9abbfc8a10f4.zip cpython-8dd547f6898738d87781bbf2fcbf9abbfc8a10f4.tar.gz cpython-8dd547f6898738d87781bbf2fcbf9abbfc8a10f4.tar.bz2 | |
Fix missing parenthesis.
| -rw-r--r-- | Doc/library/codecs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index e842bf8..13b4665 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`. |
