Correct typo

This commit is contained in:
Rumyana Neykova 2012-09-17 12:20:30 +01:00
parent ff478645cb
commit 144c339622
1 changed files with 1 additions and 1 deletions

View File

@ -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):