Commit f665b96e authored by Ashwin Ramaswami's avatar Ashwin Ramaswami Committed by Cheryl Sabella

Fix typo in test comment (GH-11442)

parent 9892f454
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment