@@ -41,7 +41,7 @@ IP addresses, networks and interfaces:
41
41
42
42
Return an :class: `IPv4Address ` or :class: `IPv6Address ` object depending on
43
43
the IP address passed as argument. Either IPv4 or IPv6 addresses may be
44
- supplied; integers less than 2**32 will be considered to be IPv4 by default.
44
+ supplied; integers less than `` 2**32 `` will be considered to be IPv4 by default.
45
45
A :exc: `ValueError ` is raised if *address * does not represent a valid IPv4
46
46
or IPv6 address.
47
47
@@ -56,7 +56,7 @@ IP addresses, networks and interfaces:
56
56
Return an :class: `IPv4Network ` or :class: `IPv6Network ` object depending on
57
57
the IP address passed as argument. *address * is a string or integer
58
58
representing the IP network. Either IPv4 or IPv6 networks may be supplied;
59
- integers less than 2**32 will be considered to be IPv4 by default. *strict *
59
+ integers less than `` 2**32 `` will be considered to be IPv4 by default. *strict *
60
60
is passed to :class: `IPv4Network ` or :class: `IPv6Network ` constructor. A
61
61
:exc: `ValueError ` is raised if *address * does not represent a valid IPv4 or
62
62
IPv6 address, or if the network has host bits set.
@@ -70,7 +70,7 @@ IP addresses, networks and interfaces:
70
70
Return an :class: `IPv4Interface ` or :class: `IPv6Interface ` object depending
71
71
on the IP address passed as argument. *address * is a string or integer
72
72
representing the IP address. Either IPv4 or IPv6 addresses may be supplied;
73
- integers less than 2**32 will be considered to be IPv4 by default. A
73
+ integers less than `` 2**32 `` will be considered to be IPv4 by default. A
74
74
:exc: `ValueError ` is raised if *address * does not represent a valid IPv4 or
75
75
IPv6 address.
76
76
0 commit comments