summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Ming <lmcl90@hotmail.com>2018-12-28 00:56:56 +0800
committerAsif Saif Uddin <auvipy@gmail.com>2018-12-27 22:56:56 +0600
commite4dc1688a2bfe422813ffc79d9db50c06f38fbaf (patch)
tree83a7e395b430025f79e3edd682ed28067c293604
parentda7b77e59125f9de89315147e24d62f991fb0498 (diff)
downloadkombu-e4dc1688a2bfe422813ffc79d9db50c06f38fbaf.tar.gz
fix a typo in Queue's docstring (#971)
-rw-r--r--kombu/entity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kombu/entity.py b/kombu/entity.py
index 3c272755..3fbba474 100644
--- a/kombu/entity.py
+++ b/kombu/entity.py
@@ -519,7 +519,7 @@ class Queue(MaybeChannelBound):
alias (str): Unused in Kombu, but applications can take advantage
of this, for example to give alternate names to queues with
- utomatically generated queue names.
+ automatically generated queue names.
on_declared (Callable): Optional callback to be applied when the
queue has been declared (the ``queue_declare`` operation is