Skip to content

Commit 7a513e8

Browse files
attr readded for broadcast_address
Co-authored-by: Brian Schubert <[email protected]>
1 parent d5663b9 commit 7a513e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/library/ipaddress.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,9 @@ dictionaries.
563563
.. attribute:: last_address
564564

565565
The last address in the network, the address with all the host bits set.
566-
This is the same as the broadcast_address for IPv4 networks.
566+
This is the same as :attr:`broadcast_address` for IPv4 networks.
567+
568+
.. versionadded:: next
567569

568570
.. attribute:: broadcast_address
569571

0 commit comments

Comments
 (0)