Skip to content

Commit 6ad13b1

Browse files
author
Matthieu Lienart
committed
homogenize references to address blocks tables
1 parent 0c23c09 commit 6ad13b1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Doc/library/ipaddress.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -241,15 +241,12 @@ write code that handles both IP versions correctly. Address objects are
241241
.. attribute:: is_reserved
242242

243243
``True`` if the address is noted as reserved by the IETF.
244-
For IPv4, this is only ``240.0.0.0/4``, the "Reserved" address block.
244+
For IPv4, this is only ``240.0.0.0/4``, the ``Reserved`` address block.
245245
For IPv6, this is all addresses `allocated <iana-ipv6-address-space_>`__ as
246246
``Reserved by IETF`` for future use.
247247

248-
Note: ``is_reserved`` is not related to the "Reserved-by-Protocol" value.
249-
250-
.. seealso::
251-
252-
iana-ipv4-special-registry_
248+
Note: ``is_reserved`` is not related to the IPv4 address block value of the
249+
``Reserved-by-Protocol`` column in iana-ipv4-special-registry_.
253250

254251
.. attribute:: is_loopback
255252

0 commit comments

Comments
 (0)