From 04e82de641b1381bfb28670190f80200d2dbb10a Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Mon, 19 Sep 2022 09:25:56 -0400 Subject: [PATCH] Agent: Make language consistent in IIslandAPIClient docstrings --- .../infection_monkey/island_api_client/i_island_api_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 580158be5..4a168b3d5 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 @@ -12,8 +12,8 @@ class IIslandAPIClient(ABC): Construct and island API client and connect it to the island :param island_server: The socket address of the API - :raises IslandAPIConnectionError: If a connection cannot be made to the island + :raises IslandAPIConnectionError: If the client cannot successfully connect to the island :raises IslandAPITimeoutError: If a timeout occurs while attempting to connect to the island - :raises IslandAPIError: If an unexpected error occurred while attempting to connect to the + :raises IslandAPIError: If an unexpected error occurs while attempting to connect to the island """