summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/unittest/test/test_case.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/unittest/test/test_case.py b/Lib/unittest/test/test_case.py
index 687fe5b..c2401c3 100644
--- a/Lib/unittest/test/test_case.py
+++ b/Lib/unittest/test/test_case.py
@@ -620,7 +620,7 @@ class Test_TestCase(unittest.TestCase, TestEquality, TestHashing):
self.addTypeEqualityFunc(SadSnake, AllSnakesCreatedEqual)
self.assertEqual(s1, s2)
# No this doesn't clean up and remove the SadSnake equality func
- # from this TestCase instance but since its a local nothing else
+ # from this TestCase instance but since it's local nothing else
# will ever notice that.
def testAssertIs(self):