Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f1c275

Browse files
committed
Merged revisions 78491 via svnmerge from
svn+ssh://[email protected]/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://[email protected]/python/trunk ........ r78489 | ezio.melotti | 2010-02-27 15:50:35 +0200 (Sat, 27 Feb 2010) | 1 line Fix missing parenthesis. ........ ................
1 parent e36b2c6 commit 8f1c275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/codecs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ It defines the following functions:
7777
* ``'xmlcharrefreplace'``: replace with the appropriate XML character
7878
reference (for encoding only)
7979
* ``'backslashreplace'``: replace with backslashed escape sequences (for
80-
encoding only
80+
encoding only)
8181
* ``'surrogateescape'``: replace with surrogate U+DCxx, see :pep:`383`
8282

8383
as well as any other error handling name defined via :func:`register_error`.

0 commit comments

Comments
 (0)