Skip to content

Commit

Permalink
fix a typo in Queue's docstring (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcl90 authored and auvipy committed Dec 27, 2018
1 parent da7b77e commit e4dc168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kombu/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4dc168

Please sign in to comment.