mirror of https://github.com/python/cpython
Fix a spelling mistake in a comment.
This commit is contained in:
parent
767a0f86c0
commit
2cf1585499
|
@ -27,7 +27,7 @@ class ImportModuleTests(unittest.TestCase):
|
|||
self.assertEqual(module.__name__, name)
|
||||
|
||||
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_long_name = '{0}.__init__'.format(pkg_name)
|
||||
module_name = 'mod'
|
||||
|
|
Loading…
Reference in New Issue