]> granicus.if.org Git - python/commitdiff
Fix a spelling mistake in a comment.
authorBrett Cannon <bcannon@gmail.com>
Sat, 3 Jul 2010 22:03:16 +0000 (22:03 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 3 Jul 2010 22:03:16 +0000 (22:03 +0000)
Lib/importlib/test/test_api.py

index e7290137fcf34307d01f978dda3179feff5182d0..0ffa3c4d8072c494ed44c47386909da23291fa01 100644 (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'