Common: Specify timeout is in seconds in ICMPScanConfiguration docstring

This commit is contained in:
Shreya Malviya 2022-07-27 16:44:30 +05:30
parent aff97886d4
commit af015c788c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class ICMPScanConfiguration:
A configuration for ICMP scanning
Attributes:
:param timeout: Maximum time to wait for a response from the target
:param timeout: Maximum time in seconds to wait for a response from the target
"""
timeout: float