Skip to content

Commit 6337fd6

Browse files
authored
Merge pull request #635 from timgates42/bugfix_typo_until
docs: fix simple typo, untill -> until
2 parents e081024 + fe00aa9 commit 6337fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kazoo/recipe/queue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def get(self, timeout=None):
220220
221221
:param timeout:
222222
Maximum waiting time in seconds. If None then it will wait
223-
untill an entry appears in the queue.
223+
until an entry appears in the queue.
224224
:returns: A locked entry value or None if the timeout was reached.
225225
:rtype: bytes
226226
"""

0 commit comments

Comments
 (0)