select: fix typo

pull/45/head
David Wilson 7 years ago
parent f57a12b3f9
commit 46c361d4e1

@ -310,7 +310,7 @@ class Select(object):
def empty(self): def empty(self):
return self._queue.empty() 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): def get(self, timeout=None):
if not self._receivers: if not self._receivers:

Loading…
Cancel
Save