diff --git a/monkey/common/agent_events/tcp_scan_event.py b/monkey/common/agent_events/tcp_scan_event.py index dffba5f96..4cc30aba2 100644 --- a/monkey/common/agent_events/tcp_scan_event.py +++ b/monkey/common/agent_events/tcp_scan_event.py @@ -7,7 +7,7 @@ from . import AbstractAgentEvent class TCPScanEvent(AbstractAgentEvent): """ - An event that occurs when the Agent performs a TCP scan on its network + An event that occurs when the Agent performs a TCP scan on a host Attributes: :param port: Port on which the scan was performed