diff --git a/socketio/kombu_manager.py b/socketio/kombu_manager.py index f381393..85bea98 100644 --- a/socketio/kombu_manager.py +++ b/socketio/kombu_manager.py @@ -59,7 +59,7 @@ class KombuManager(PubSubManager): # pragma: no cover monkey_patched = is_module_patched('socket') if not monkey_patched: raise RuntimeError( - 'Redis requires a monkey patched socket library to work ' + 'Kombu requires a monkey patched socket library to work ' 'with ' + self.server.async_mode) def _connection(self):