Fix a couple of typos in code comments

This commit is contained in:
Martin Panter 2015-12-17 10:18:28 +00:00
parent 9920e293c3
commit 6f9b010242
3 changed files with 4 additions and 4 deletions

View file

@ -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.