select: fix typo

This commit is contained in:
David Wilson 2017-09-29 16:38:14 +05:30
parent f57a12b3f9
commit 46c361d4e1
1 changed files with 1 additions and 1 deletions

View File

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