diff options
Diffstat (limited to 'Lib/test/string_tests.py')
-rw-r--r-- | Lib/test/string_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/string_tests.py b/Lib/test/string_tests.py index e086994b0b6..7605f0dd198 100644 --- a/Lib/test/string_tests.py +++ b/Lib/test/string_tests.py @@ -685,7 +685,7 @@ class BaseTest: class CommonTest(BaseTest): - # This testcase contains test that can be used in all + # This testcase contains tests that can be used in all # stringlike classes. Currently this is str, unicode # UserString and the string module. |