cpython (3.4): fix spelling that was a bit confused (closes #24963)
https://hg.python.org/cpython/rev/a892c67fa0eb changeset: 97553:a892c67fa0eb branch: 3.4 parent: 97550:fa3ac31cfa44 user: Benjamin Peterson <benjamin@python.org> date: Sun Aug 30 14:42:38 2015 -0700 summary: fix spelling that was a bit confused (closes #24963) files: Doc/library/ipaddress.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst --- a/Doc/library/ipaddress.rst +++ b/Doc/library/ipaddress.rst @@ -550,7 +550,7 @@ 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 -- Repository URL: https://hg.python.org/cpython
participants (1)
-
benjamin.peterson