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_stringprep.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_stringprep.py')
-rw-r--r-- | Lib/test/test_stringprep.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_stringprep.py b/Lib/test/test_stringprep.py index 15bdf87..f6db89e 100644 --- a/Lib/test/test_stringprep.py +++ b/Lib/test/test_stringprep.py @@ -1,5 +1,5 @@ # To fully test this module, we would need a copy of the stringprep tables. -# Since we don't have them, this test checks only a few codepoints. +# Since we don't have them, this test checks only a few code points. import unittest from test import test_support |