1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 08:29:04 +00:00

Capitalization.

This commit is contained in:
david
2011-04-28 02:13:19 +00:00
parent ef2b75387b
commit 7ddf10f388

View File

@@ -227,7 +227,7 @@ class Address(object):
return frag
# The sort_key method in the Address subclasses determines the order in which
# addresses are displayed. We do IPv4, then IPV6, then MAC.
# addresses are displayed. We do IPv4, then IPv6, then MAC.
class IPv4Address(Address):
type = property(lambda self: u"ipv4")