From d3faf43f9ba7da0ae504c9186b10d0fa3a8eb300 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sun, 18 Jan 2015 11:28:37 +0200 Subject: Issue #23181: More "codepoint" -> "code point". --- Lib/codecs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/codecs.py') diff --git a/Lib/codecs.py b/Lib/codecs.py index bca3ef3934b..145bf120f7c 100644 --- a/Lib/codecs.py +++ b/Lib/codecs.py @@ -123,7 +123,7 @@ class Codec: Python will use the official U+FFFD REPLACEMENT CHARACTER for the builtin Unicode codecs on decoding and '?' on encoding. - 'surrogateescape' - replace with private codepoints U+DCnn. + 'surrogateescape' - replace with private code points U+DCnn. 'xmlcharrefreplace' - Replace with the appropriate XML character reference (only for encoding). 'backslashreplace' - Replace with backslashed escape sequences -- cgit v1.2.3