mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
This commit is contained in:
parent
613debcf0a
commit
15f44ab043
72 changed files with 121 additions and 121 deletions
|
@ -372,7 +372,7 @@ class ResolveNameTests:
|
|||
# bacon
|
||||
self.assertEqual('bacon', self.util.resolve_name('bacon', None))
|
||||
|
||||
def test_aboslute_within_package(self):
|
||||
def test_absolute_within_package(self):
|
||||
# bacon in spam
|
||||
self.assertEqual('bacon', self.util.resolve_name('bacon', 'spam'))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue