From: Ashwin Ramaswami Date: Sun, 19 May 2019 01:17:48 +0000 (-0700) Subject: Fix typo in test comment (GH-11442) X-Git-Tag: v3.8.0b1~305 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f665b96e92a6a6943e312e2c606f348db95939ab;p=thirdparty%2FPython%2Fcpython.git Fix typo in test comment (GH-11442) --- diff --git a/Lib/unittest/test/test_case.py b/Lib/unittest/test/test_case.py index 687fe5b65f10..c2401c39b917 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):