@@ -504,7 +504,7 @@ dictionaries.
504
504
505
505
4. A two-tuple of an address description and a netmask, where the address
506
506
description is either a string, a 32-bits integer, a 4-bytes packed
507
- integer, or an existing IPv4Address object; and the netmask is either
507
+ integer, or an existing :class: ` IPv4Address ` object; and the netmask is either
508
508
an integer representing the prefix length (e.g. ``24 ``) or a string
509
509
representing the prefix mask (e.g. ``255.255.255.0 ``).
510
510
@@ -725,7 +725,7 @@ dictionaries.
725
725
726
726
4. A two-tuple of an address description and a netmask, where the address
727
727
description is either a string, a 128-bits integer, a 16-bytes packed
728
- integer, or an existing IPv6Address object; and the netmask is an
728
+ integer, or an existing :class: ` IPv6Address ` object; and the netmask is an
729
729
integer representing the prefix length.
730
730
731
731
An :exc: `AddressValueError ` is raised if *address * is not a valid IPv6
@@ -781,7 +781,7 @@ dictionaries.
781
781
782
782
.. attribute :: is_site_local
783
783
784
- These attribute is true for the network as a whole if it is true
784
+ This attribute is true for the network as a whole if it is true
785
785
for both the network address and the broadcast address.
786
786
787
787
0 commit comments