Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f665b96

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Lib/unittest/test/test_case.py

Copy file name to clipboardExpand all lines: Lib/unittest/test/test_case.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.