mirror of https://github.com/python/cpython
typo
This commit is contained in:
parent
b69a3c2bda
commit
76e268bb62
|
@ -21,7 +21,7 @@ It is always available.
|
|||
|
||||
\begin{datadesc}{byteorder}
|
||||
An indicator of the native byte order. This will have the value
|
||||
\code{'big'} on big-endian (most-signigicant byte first) platforms,
|
||||
\code{'big'} on big-endian (most-significant byte first) platforms,
|
||||
and \code{'little'} on little-endian (least-significant byte first)
|
||||
platforms.
|
||||
\versionadded{2.0}
|
||||
|
|
Loading…
Reference in New Issue