From f0564164bab43f078c9f84f334d72ddb0e69110c Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sun, 8 May 2016 13:48:10 +0000 Subject: Fix typos in comments, documentation and test method names --- Lib/test/test_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_module.py') diff --git a/Lib/test/test_module.py b/Lib/test/test_module.py index 48ab0b4928..3a076b392a 100644 --- a/Lib/test/test_module.py +++ b/Lib/test/test_module.py @@ -30,7 +30,7 @@ class ModuleTests(unittest.TestCase): pass self.assertEqual(foo.__doc__, ModuleType.__doc__) - def test_unintialized_missing_getattr(self): + def test_uninitialized_missing_getattr(self): # Issue 8297 # test the text in the AttributeError of an uninitialized module foo = ModuleType.__new__(ModuleType) -- cgit v1.2.1