mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Fix some comment typos
This commit is contained in:
parent
2fcf206a6f
commit
7025ce6fb0
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class _localbase(object):
|
|||
raise TypeError("Initialization arguments are not supported")
|
||||
|
||||
# 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.
|
||||
dict = object.__getattribute__(self, '__dict__')
|
||||
currentThread().__dict__[key] = dict
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue