Commit 7025ce6f authored by Neal Norwitz's avatar Neal Norwitz

Fix some comment typos

parent 2fcf206a
...@@ -149,7 +149,7 @@ class _localbase(object): ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment