diff --git a/src/primaite/simulator/system/applications/nmap.py b/src/primaite/simulator/system/applications/nmap.py index 51e61934..80c45553 100644 --- a/src/primaite/simulator/system/applications/nmap.py +++ b/src/primaite/simulator/system/applications/nmap.py @@ -151,7 +151,7 @@ class NMAP(Application): into their constituent subnet useable IP addresses, and returns a set of unique IP addresses. Broadcast and network addresses are excluded from the result. - :param target_ip_address: A single IPv4 address, a list of IPv4 addresses, a single IPv4 network, or a list of IPv4 networks. + :param target_ip_address: A single or list of IPv4 addresses and networks. :type target_ip_address: Union[IPV4Address, List[IPV4Address], IPv4Network, List[IPv4Network]] :return: A set of unique IPv4 addresses expanded from the input. :rtype: Set[IPv4Address]