Commit 3a038276 authored by Samuel Devlin's avatar Samuel Devlin

fixed apparent typo

parent 6fba464d
......@@ -178,7 +178,7 @@ class Thread(object):
if _co is None:
self.__co = coro.new(self.__bootstrap)
else:
self.__co = co
self.__co = _co
self.ident = self.__co.id
if name:
self.__co.set_name(name)
......
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