mirror of
https://github.com/python/cpython.git
synced 2025-01-20 23:45:32 +08:00
Fix typo.
This commit is contained in:
parent
abc1566eab
commit
c448a91ee8
@ -218,7 +218,7 @@ class TestBasic(unittest.TestCase):
|
||||
self.assertRaises(ValueError, d.remove, 'c')
|
||||
self.assertEqual(d, deque('abdefghij'))
|
||||
|
||||
# Handle comparision errors
|
||||
# Handle comparison errors
|
||||
d = deque(['a', 'b', BadCmp(), 'c'])
|
||||
e = deque(d)
|
||||
self.assertRaises(RuntimeError, d.remove, 'c')
|
||||
|
Loading…
Reference in New Issue
Block a user