mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
Spelling fixes (#2902)
This commit is contained in:
parent
d9d55c91be
commit
49b2734bf1
29 changed files with 54 additions and 54 deletions
|
@ -1253,7 +1253,7 @@ class TestLRU:
|
|||
self.assertEqual(mock_int.__hash__.call_count, 2)
|
||||
self.assertEqual(f.cache_info(), (1, 1, 1, 1))
|
||||
|
||||
# Cache eviction: No use as an argument gives no additonal call
|
||||
# Cache eviction: No use as an argument gives no additional call
|
||||
self.assertEqual(f(6, 2), 20)
|
||||
self.assertEqual(mock_int.__hash__.call_count, 2)
|
||||
self.assertEqual(f.cache_info(), (1, 2, 1, 1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue