diff options
Diffstat (limited to 'python/qpid')
| -rw-r--r-- | python/qpid/datatypes.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |
