diff --git a/monkey/infection_monkey/island_api_client/i_island_api_client.py b/monkey/infection_monkey/island_api_client/i_island_api_client.py index cf9670e9f..84c3052ca 100644 --- a/monkey/infection_monkey/island_api_client/i_island_api_client.py +++ b/monkey/infection_monkey/island_api_client/i_island_api_client.py @@ -61,9 +61,9 @@ class IIslandAPIClient(ABC): @abstractmethod def send_events(self, events: Sequence[JSONSerializable]): """ - Send the events to the Island + Send a sequence of Agent events to the Island - :param events: Events that are going to be send to the Island + :param events: A sequence of Agent events :raises IslandAPIConnectionError: If the client cannot successfully connect to the island :raises IslandAPIRequestError: If an error occurs while attempting to connect to the island due to an issue in the request sent from the client