mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Closes #20253: Merge typo fix
This commit is contained in:
commit
5c15424aa9
2 changed files with 5 additions and 2 deletions
|
@ -414,7 +414,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`.
|
|||
The broadcast address for the network. Packets sent to the broadcast
|
||||
address should be received by every host on the network.
|
||||
|
||||
.. attribute:: host mask
|
||||
.. attribute:: hostmask
|
||||
|
||||
The host mask, as a string.
|
||||
|
||||
|
@ -570,7 +570,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`.
|
|||
.. attribute:: is_link_local
|
||||
.. attribute:: network_address
|
||||
.. attribute:: broadcast_address
|
||||
.. attribute:: host mask
|
||||
.. attribute:: hostmask
|
||||
.. attribute:: with_prefixlen
|
||||
.. attribute:: compressed
|
||||
.. attribute:: exploded
|
||||
|
|
|
@ -475,6 +475,9 @@ Build
|
|||
Documentation
|
||||
-------------
|
||||
|
||||
- Issue #20253: Fixed a typo in the ipaddress docs that advertised an
|
||||
illegal attribute name. Found by INADA Naoki.
|
||||
|
||||
- Issue #18840: Introduce the json module in the tutorial, and deemphasize
|
||||
the pickle module.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue