mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #28145: Spelling fixes
This commit is contained in:
parent
525aedc5fa
commit
2dc77f0e19
3 changed files with 3 additions and 3 deletions
|
@ -175,7 +175,7 @@ class TestDefaultDict(unittest.TestCase):
|
|||
def test_callable_arg(self):
|
||||
self.assertRaises(TypeError, defaultdict, {})
|
||||
|
||||
def test_pickleing(self):
|
||||
def test_pickling(self):
|
||||
d = defaultdict(int)
|
||||
d[1]
|
||||
for proto in range(pickle.HIGHEST_PROTOCOL + 1):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue