Apply suggestions from code review

This commit is contained in:
Christopher McCarthy
2024-06-05 15:25:24 +00:00
parent ace67894b2
commit e55f52742d

View File

@@ -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]