diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-18 09:42:50 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-18 09:42:50 (GMT) |
commit | e8c9e14af9bd9f2ced50e8b6535e45f0d33d8e72 (patch) | |
tree | 579726e07f5c8c0a6a015647eccb3441e6f01e58 /Lib/test/test_multibytecodec.py | |
parent | 2098d61aab657657af245ed974339eb3cbd65d76 (diff) | |
download | cpython-e8c9e14af9bd9f2ced50e8b6535e45f0d33d8e72.zip cpython-e8c9e14af9bd9f2ced50e8b6535e45f0d33d8e72.tar.gz cpython-e8c9e14af9bd9f2ced50e8b6535e45f0d33d8e72.tar.bz2 |
Issue #23181: More "codepoint" -> "code point".
Diffstat (limited to 'Lib/test/test_multibytecodec.py')
-rw-r--r-- | Lib/test/test_multibytecodec.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ class Test_IncrementalEncoder(unittest.TestCase): 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 |