mirror of https://github.com/python/cpython
Fix some comment typos
This commit is contained in:
parent
2fcf206a6f
commit
7025ce6fb0
|
@ -149,7 +149,7 @@ class _localbase(object):
|
||||||
raise TypeError("Initialization arguments are not supported")
|
raise TypeError("Initialization arguments are not supported")
|
||||||
|
|
||||||
# We need to create the thread dict in anticipation of
|
# We need to create the thread dict in anticipation of
|
||||||
# __init__ being called, to make sire we don't cal it
|
# __init__ being called, to make sure we don't call it
|
||||||
# again ourselves.
|
# again ourselves.
|
||||||
dict = object.__getattribute__(self, '__dict__')
|
dict = object.__getattribute__(self, '__dict__')
|
||||||
currentThread().__dict__[key] = dict
|
currentThread().__dict__[key] = dict
|
||||||
|
|
Loading…
Reference in New Issue