Fix typo in test comment (GH-11442)
authorAshwin Ramaswami <aramaswamis@gmail.com>
Sun, 19 May 2019 01:17:48 +0000 (18:17 -0700)
committerCheryl Sabella <cheryl.sabella@gmail.com>
Sun, 19 May 2019 01:17:47 +0000 (21:17 -0400)
Lib/unittest/test/test_case.py

index 687fe5b65f109e719bf4205c2886bd7f768bafd8..c2401c39b917e30f591b19669d8c762dba97ac7d 100644 (file)
@@ -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):