summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_multibytecodec.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-01-18 09:42:50 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-01-18 09:42:50 (GMT)
commite8c9e14af9bd9f2ced50e8b6535e45f0d33d8e72 (patch)
tree579726e07f5c8c0a6a015647eccb3441e6f01e58 /Lib/test/test_multibytecodec.py
parent2098d61aab657657af245ed974339eb3cbd65d76 (diff)
downloadcpython-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.py2
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