mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix miscellaneous typos (#4275)
This commit is contained in:
parent
cf296537f1
commit
a5293b4ff2
50 changed files with 82 additions and 82 deletions
|
@ -942,7 +942,7 @@ class Test_TestCase(unittest.TestCase, TestEquality, TestHashing):
|
|||
[], [divmod, 'x', 1, 5j, 2j, frozenset()])
|
||||
# comparing dicts
|
||||
self.assertCountEqual([{'a': 1}, {'b': 2}], [{'b': 2}, {'a': 1}])
|
||||
# comparing heterogenous non-hashable sequences
|
||||
# comparing heterogeneous non-hashable sequences
|
||||
self.assertCountEqual([1, 'x', divmod, []], [divmod, [], 'x', 1])
|
||||
self.assertRaises(self.failureException, self.assertCountEqual,
|
||||
[], [divmod, [], 'x', 1, 5j, 2j, set()])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue