mirror of https://github.com/python/cpython
Issue #14814: minor spelling fixes
This commit is contained in:
parent
3a37b8393c
commit
b4386d36f1
|
@ -143,7 +143,7 @@ def v6_int_to_packed(address):
|
|||
"""Represent an address as 16 packed bytes in network (big-endian) order.
|
||||
|
||||
Args:
|
||||
address: An integer representation of an IPv4 IP address.
|
||||
address: An integer representation of an IPv6 IP address.
|
||||
|
||||
Returns:
|
||||
The integer address packed as 16 bytes in network (big-endian) order.
|
||||
|
@ -1369,7 +1369,7 @@ class IPv4Network(_BaseV4, _BaseNetwork):
|
|||
AddressValueError: If ipaddress isn't a valid IPv4 address.
|
||||
NetmaskValueError: If the netmask isn't valid for
|
||||
an IPv4 address.
|
||||
ValueError: If strict was True and a network address was not
|
||||
ValueError: If strict is True and a network address is not
|
||||
supplied.
|
||||
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue