mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
typo
This commit is contained in:
parent
b69a3c2bda
commit
76e268bb62
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue