diff --git a/monkey/common/agent_events/tcp_scan_event.py b/monkey/common/agent_events/tcp_scan_event.py index 84f85572f..3341a878d 100644 --- a/monkey/common/agent_events/tcp_scan_event.py +++ b/monkey/common/agent_events/tcp_scan_event.py @@ -12,7 +12,7 @@ class TCPScanEvent(AbstractAgentEvent): Attributes: :param port: Port on which the scan was performed :param port_status: Status of the port (closed/open) - :param banner: Information from the tcp response + :param banner: Information from the TCP response """ target: IPv4Address