summaryrefslogtreecommitdiff
path: root/kazoo/recipe/queue.py
diff options
context:
space:
mode:
Diffstat (limited to 'kazoo/recipe/queue.py')
-rw-r--r--kazoo/recipe/queue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kazoo/recipe/queue.py b/kazoo/recipe/queue.py
index 9cf22b6..5fd7f89 100644
--- a/kazoo/recipe/queue.py
+++ b/kazoo/recipe/queue.py
@@ -220,7 +220,7 @@ class LockingQueue(BaseQueue):
:param timeout:
Maximum waiting time in seconds. If None then it will wait
- untill an entry appears in the queue.
+ until an entry appears in the queue.
:returns: A locked entry value or None if the timeout was reached.
:rtype: bytes
"""