summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2020-12-31 19:57:05 +1100
committerTim Gates <tim.gates@iress.com>2020-12-31 19:57:05 +1100
commit85f1b5fc02271247b0ce1dc84bfed03076e573de (patch)
treec1b6ddc28a3e67e19c8075f845389a898e026098
parent89e0660371df940a4c15f5f6ab4c540bbd109d20 (diff)
downloadkazoo-85f1b5fc02271247b0ce1dc84bfed03076e573de.tar.gz
docs: fix simple typo, untill -> until
There is a small typo in kazoo/recipe/queue.py. Should read `until` rather than `untill`.
-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
"""