mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
Fix typos in comments, documentation and test method names
This commit is contained in:
parent
129fe04d4d
commit
f0564164ba
10 changed files with 12 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue