fix a typo in Queue's docstring (#971)

This commit is contained in:
Li Ming 2018-12-28 00:56:56 +08:00 committed by Asif Saif Uddin
parent da7b77e591
commit e4dc1688a2
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ class Queue(MaybeChannelBound):
alias (str): Unused in Kombu, but applications can take advantage alias (str): Unused in Kombu, but applications can take advantage
of this, for example to give alternate names to queues with 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 on_declared (Callable): Optional callback to be applied when the
queue has been declared (the ``queue_declare`` operation is queue has been declared (the ``queue_declare`` operation is