commit | e8c9e14af9bd9f2ced50e8b6535e45f0d33d8e72 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Jan 18 11:42:50 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Jan 18 11:42:50 2015 +0200 |
tree | 579726e07f5c8c0a6a015647eccb3441e6f01e58 | |
parent | 2098d61aab657657af245ed974339eb3cbd65d76 [diff] [blame] |
Issue #23181: More "codepoint" -> "code point".
diff --git a/Lib/test/test_multibytecodec.py b/Lib/test/test_multibytecodec.py index 8aca381..c38df8d 100644 --- a/Lib/test/test_multibytecodec.py +++ b/Lib/test/test_multibytecodec.py
@@ -72,7 +72,7 @@ self.assertEqual(encoder.reset(), None) def test_stateful(self): - # jisx0213 encoder is stateful for a few codepoints. eg) + # jisx0213 encoder is stateful for a few code points. eg) # U+00E6 => A9DC # U+00E6 U+0300 => ABC4 # U+0300 => ABDC