Skip to content

Commit

Permalink
Merge pull request #635 from timgates42/bugfix_typo_until
Browse files Browse the repository at this point in the history
docs: fix simple typo, untill -> until
  • Loading branch information
ceache authored Jan 25, 2021
2 parents e081024 + fe00aa9 commit 6337fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kazoo/recipe/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def get(self, timeout=None):
: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
"""
Expand Down

0 comments on commit 6337fd6

Please sign in to comment.