Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f665b96

Browse files
epicfaacecsabella
authored andcommitted
Fix typo in test comment (GH-11442)
1 parent 9892f45 commit f665b96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/unittest/test/test_case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ def AllSnakesCreatedEqual(a, b, msg=None):
620620
self.addTypeEqualityFunc(SadSnake, AllSnakesCreatedEqual)
621621
self.assertEqual(s1, s2)
622622
# No this doesn't clean up and remove the SadSnake equality func
623-
# from this TestCase instance but since its a local nothing else
623+
# from this TestCase instance but since it's local nothing else
624624
# will ever notice that.
625625

626626
def testAssertIs(self):

0 commit comments

Comments
 (0)