diff options
| author | Li Ming <lmcl90@hotmail.com> | 2018-12-28 00:56:56 +0800 |
|---|---|---|
| committer | Asif Saif Uddin <auvipy@gmail.com> | 2018-12-27 22:56:56 +0600 |
| commit | e4dc1688a2bfe422813ffc79d9db50c06f38fbaf (patch) | |
| tree | 83a7e395b430025f79e3edd682ed28067c293604 | |
| parent | da7b77e59125f9de89315147e24d62f991fb0498 (diff) | |
| download | kombu-e4dc1688a2bfe422813ffc79d9db50c06f38fbaf.tar.gz | |
fix a typo in Queue's docstring (#971)
| -rw-r--r-- | kombu/entity.py | 2 |
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 |
