mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Issue #27626: Spelling fixes in docs, comments and internal names
Based on patch by Ville Skyttä.
This commit is contained in:
parent
eac67be948
commit
eb9957065a
33 changed files with 48 additions and 48 deletions
|
|
@ -494,7 +494,7 @@ class TestBasic(unittest.TestCase):
|
|||
d.clear()
|
||||
self.assertEqual(len(d), 0)
|
||||
self.assertEqual(list(d), [])
|
||||
d.clear() # clear an emtpy deque
|
||||
d.clear() # clear an empty deque
|
||||
self.assertEqual(list(d), [])
|
||||
|
||||
def test_remove(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue