From aff97886d400b0752d900c32d589dae4ca3f6a0f Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Wed, 27 Jul 2022 15:56:07 +0530 Subject: [PATCH] Common: Reword ICMPScanConfiguration docstring --- monkey/common/agent_configuration/agent_sub_configurations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkey/common/agent_configuration/agent_sub_configurations.py b/monkey/common/agent_configuration/agent_sub_configurations.py index e531d1f30..398afdcc0 100644 --- a/monkey/common/agent_configuration/agent_sub_configurations.py +++ b/monkey/common/agent_configuration/agent_sub_configurations.py @@ -45,7 +45,7 @@ class ICMPScanConfiguration: A configuration for ICMP scanning Attributes: - :param timeout: Maximum time that the agent should wait for a response from the target + :param timeout: Maximum time to wait for a response from the target """ timeout: float