mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
fix spelling that was a bit confused (closes #24963)
This commit is contained in:
parent
7a3602e7cf
commit
0612ffe8c8
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`.
|
|||
single-address network, with the network address being *address* and
|
||||
the mask being ``/128``.
|
||||
|
||||
3. An integer packed into a :class:`bytes` object of length 16, bit-endian.
|
||||
3. An integer packed into a :class:`bytes` object of length 16, big-endian.
|
||||
The interpretation is similar to an integer *address*.
|
||||
|
||||
An :exc:`AddressValueError` is raised if *address* is not a valid IPv6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue