Commit 9774ce0c authored by Zachary Ware's avatar Zachary Ware

Issue #20253: Fixed a typo in the ipaddress docs that advertised an

illegal attribute name.  Found by INADA Naoki.
parent 26d5fab8
...@@ -405,7 +405,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`. ...@@ -405,7 +405,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`.
The broadcast address for the network. Packets sent to the broadcast The broadcast address for the network. Packets sent to the broadcast
address should be received by every host on the network. address should be received by every host on the network.
.. attribute:: host mask .. attribute:: hostmask
The host mask, as a string. The host mask, as a string.
...@@ -561,7 +561,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`. ...@@ -561,7 +561,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`.
.. attribute:: is_link_local .. attribute:: is_link_local
.. attribute:: network_address .. attribute:: network_address
.. attribute:: broadcast_address .. attribute:: broadcast_address
.. attribute:: host mask .. attribute:: hostmask
.. attribute:: with_prefixlen .. attribute:: with_prefixlen
.. attribute:: compressed .. attribute:: compressed
.. attribute:: exploded .. attribute:: exploded
......
...@@ -302,6 +302,9 @@ Tests ...@@ -302,6 +302,9 @@ Tests
Documentation Documentation
------------- -------------
- Issue #20253: Fixed a typo in the ipaddress docs that advertised an
illegal attribute name. Found by INADA Naoki.
- Issue #19963: Document that importlib.import_module() no longer requires - Issue #19963: Document that importlib.import_module() no longer requires
importing parent packages separately. importing parent packages separately.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment