Fix a spelling mistake in a comment.

This commit is contained in:
Brett Cannon 2010-07-03 22:03:16 +00:00
parent 767a0f86c0
commit 2cf1585499
1 changed files with 1 additions and 1 deletions

View File

@ -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'