mirror of
https://github.com/python/cpython.git
synced 2025-07-30 22:54:16 +00:00
Issue #5341: Fix a variety of spelling errors.
This commit is contained in:
parent
a12a86e956
commit
3e4caeb3bf
56 changed files with 93 additions and 93 deletions
|
@ -131,7 +131,7 @@ class BasicTestCase(unittest.TestCase):
|
|||
|
||||
self.assertEqual(d.get('0321'), '0321-0321-0321-0321-0321')
|
||||
|
||||
# By default non-existant keys return None...
|
||||
# By default non-existent keys return None...
|
||||
self.assertEqual(d.get('abcd'), None)
|
||||
|
||||
# ...but they raise exceptions in other situations. Call
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue