diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-08-30 21:42:38 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-08-30 21:42:38 (GMT) |
commit | 0612ffe8c8a06f8d16d136622106f0cf5f43f90f (patch) | |
tree | 0e8a5065466a6fc638790b103f2c562e4943db87 | |
parent | 7a3602e7cf1c0f54d52c563afca50c2e09e7bbf9 (diff) | |
download | cpython-0612ffe8c8a06f8d16d136622106f0cf5f43f90f.zip cpython-0612ffe8c8a06f8d16d136622106f0cf5f43f90f.tar.gz cpython-0612ffe8c8a06f8d16d136622106f0cf5f43f90f.tar.bz2 |
fix spelling that was a bit confused (closes #24963)
-rw-r--r-- | Doc/library/ipaddress.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst index 99b5bea..301048e 100644 --- a/Doc/library/ipaddress.rst +++ b/Doc/library/ipaddress.rst @@ -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 |