select: fix typo
This commit is contained in:
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…
Reference in New Issue