projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9892f45
)
Fix typo in test comment (GH-11442)
author
Ashwin Ramaswami
<aramaswamis@gmail.com>
Sun, 19 May 2019 01:17:48 +0000
(18:17 -0700)
committer
Cheryl Sabella
<cheryl.sabella@gmail.com>
Sun, 19 May 2019 01:17:47 +0000
(21:17 -0400)
Lib/unittest/test/test_case.py
patch
|
blob
|
history
diff --git
a/Lib/unittest/test/test_case.py
b/Lib/unittest/test/test_case.py
index 687fe5b65f109e719bf4205c2886bd7f768bafd8..c2401c39b917e30f591b19669d8c762dba97ac7d 100644
(file)
--- 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 it
s a
local nothing else
+ # from this TestCase instance but since it
's
local nothing else
# will ever notice that.
def testAssertIs(self):