From 144c3396229a71475e9a033a8a5ceb76a67b7979 Mon Sep 17 00:00:00 2001 From: Rumyana Neykova Date: Mon, 17 Sep 2012 12:20:30 +0100 Subject: [PATCH] Correct typo --- kombu/entity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kombu/entity.py b/kombu/entity.py index 993c7fdf..42175669 100644 --- a/kombu/entity.py +++ b/kombu/entity.py @@ -559,7 +559,7 @@ class Queue(MaybeChannelBound): self.durable == other.durable and self.exclusive == other.exclusive and self.auto_delete == other.auto_delete and - self.bindings == other.bindins) + self.bindings == other.bindings) return False def __repr__(self):