Fix typo in test comment (GH-11442)

This commit is contained in:
Ashwin Ramaswami 2019-05-18 18:17:48 -07:00 committed by Cheryl Sabella
parent 9892f454d1
commit f665b96e92
1 changed files with 1 additions and 1 deletions

View 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):