mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +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
|
@ -3489,7 +3489,7 @@ order (MRO) for bases """
|
|||
b.a = a
|
||||
z = deepcopy(a) # This blew up before
|
||||
|
||||
def test_unintialized_modules(self):
|
||||
def test_uninitialized_modules(self):
|
||||
# Testing uninitialized module objects...
|
||||
from types import ModuleType as M
|
||||
m = M.__new__(M)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue