select: fix typo

wip-fakessh-exit-status
David Wilson 7 years ago
parent af6812b458
commit d169b55d64

@ -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:

Loading…
Cancel
Save