From b32c30ec005b9e6af28785f2c924c3cb01f3c452 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 11 Mar 2008 15:34:20 +0000 Subject: Fixed headers exchange to allow unbind using binding key and not args Converted alternate exchange python tests git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@635976 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/datatypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/qpid') diff --git a/python/qpid/datatypes.py b/python/qpid/datatypes.py index 96ef94de8a..59299b6e04 100644 --- a/python/qpid/datatypes.py +++ b/python/qpid/datatypes.py @@ -44,7 +44,7 @@ class Struct: if kwargs: unexpected = kwargs.keys()[0] - raise TypeError("%s() got an unexpected keywoard argument '%s'" % + raise TypeError("%s() got an unexpected keyword argument '%s'" % (_type.name, unexpected)) def __getitem__(self, name): -- cgit v1.2.1