summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles-Henri de Boysson <ceache@users.noreply.github.com>2021-01-24 22:27:21 -0500
committerGitHub <noreply@github.com>2021-01-24 22:27:21 -0500
commit6337fd6f72b59fb20886f980f2e0d6d41525dc35 (patch)
tree16d7833547905bd61fa5284b98ee02fe7a593d7d
parente081024216bceaafc0d5022ce62f702667e2e9b3 (diff)
parentfe00aa9db2f4a6ebc93270e46f7fc5b87144af20 (diff)
downloadkazoo-6337fd6f72b59fb20886f980f2e0d6d41525dc35.tar.gz
Merge pull request #635 from timgates42/bugfix_typo_until
docs: fix simple typo, untill -> until
-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
"""