mirror of
https://github.com/python/cpython.git
synced 2025-08-23 10:16:01 +00:00
bpo-36766: Typos in docs and code comments (GH-13116)
This commit is contained in:
parent
3921b1cc34
commit
9646630895
22 changed files with 22 additions and 22 deletions
|
@ -56,7 +56,7 @@ class LazyLoaderTests(unittest.TestCase):
|
|||
|
||||
def test_init(self):
|
||||
with self.assertRaises(TypeError):
|
||||
# Classes that dono't define exec_module() trigger TypeError.
|
||||
# Classes that don't define exec_module() trigger TypeError.
|
||||
util.LazyLoader(object)
|
||||
|
||||
def new_module(self, source_code=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue