Skip to content

Commit

Permalink
Fix comment which should state 'msgpack' isn't installed (not yaml)
Browse files Browse the repository at this point in the history
  • Loading branch information
harlowja authored and ask committed Feb 12, 2015
1 parent f635ce8 commit 99d1192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kombu/serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def register_msgpack():
except (ImportError, ValueError):

def not_available(*args, **kwargs):
"""In case a client receives a msgpack message, but yaml
"""In case a client receives a msgpack message, but msgpack
isn't installed."""
raise SerializerNotInstalled(
'No decoder installed for msgpack. '
Expand Down

0 comments on commit 99d1192

Please sign in to comment.