mirror of
https://github.com/python/cpython.git
synced 2025-10-12 09:53:19 +00:00
Fix a spelling mistake in a comment.
This commit is contained in:
parent
767a0f86c0
commit
2cf1585499
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class ImportModuleTests(unittest.TestCase):
|
||||||
self.assertEqual(module.__name__, name)
|
self.assertEqual(module.__name__, name)
|
||||||
|
|
||||||
def test_shallow_relative_package_import(self):
|
def test_shallow_relative_package_import(self):
|
||||||
# Test importing a module from a package through a relatve import.
|
# Test importing a module from a package through a relative import.
|
||||||
pkg_name = 'pkg'
|
pkg_name = 'pkg'
|
||||||
pkg_long_name = '{0}.__init__'.format(pkg_name)
|
pkg_long_name = '{0}.__init__'.format(pkg_name)
|
||||||
module_name = 'mod'
|
module_name = 'mod'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue