From e4dc1688a2bfe422813ffc79d9db50c06f38fbaf Mon Sep 17 00:00:00 2001 From: Li Ming Date: Fri, 28 Dec 2018 00:56:56 +0800 Subject: [PATCH] fix a typo in Queue's docstring (#971) --- kombu/entity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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