Commit d169b55d authored by David Wilson's avatar David Wilson

select: fix typo

parent af6812b4
......@@ -310,7 +310,7 @@ class Select(object):
def empty(self):
return self._queue.empty()
empty_msg = 'Cannot got(), Select instance is empty'
empty_msg = 'Cannot get(), Select instance is empty'
def get(self, timeout=None):
if not self._receivers:
......
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