diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-18 11:28:37 +0200 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-18 11:28:37 +0200 |
commit | d3faf43f9ba7da0ae504c9186b10d0fa3a8eb300 (patch) | |
tree | 1e6ffa87d3c0087fc5bb3509bc9ef455ce98c7ff /Lib/test/test_stringprep.py | |
parent | b2653b344e01710a99bc782a0b9e4b4d0f8eed5f (diff) | |
download | cpython-git-d3faf43f9ba7da0ae504c9186b10d0fa3a8eb300.tar.gz |
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 aa7122172f..e763635efe 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 support |