Commit 315b5708 authored by Denis Bilenko's avatar Denis Bilenko

coros.Queue: fix typo in method name: waiiting -> waiting

parent b0349311
...@@ -413,7 +413,7 @@ class Queue(object): ...@@ -413,7 +413,7 @@ class Queue(object):
# for consistency with Channel # for consistency with Channel
return False return False
def waitiing(self): def waiting(self):
return len(self._waiters) return len(self._waiters)
......
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