From d6df50e32392b7239f07ce114d69203fc4fa16d0 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Mon, 5 Sep 2022 19:36:39 +0530 Subject: [PATCH] Common: Make docstring in IAgentEventQueue more specific --- monkey/common/event_queue/i_agent_event_queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkey/common/event_queue/i_agent_event_queue.py b/monkey/common/event_queue/i_agent_event_queue.py index 15e35e75a..b36a3dea9 100644 --- a/monkey/common/event_queue/i_agent_event_queue.py +++ b/monkey/common/event_queue/i_agent_event_queue.py @@ -8,7 +8,7 @@ from . import EventSubscriber class IAgentEventQueue(ABC): """ - Manages subscription and publishing of events + Manages subscription and publishing of events in the Agent """ @abstractmethod