This commit is contained in:
Fredrik Lundh 2006-07-14 21:45:48 +00:00
parent b69a3c2bda
commit 76e268bb62
1 changed files with 1 additions and 1 deletions

View File

@ -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}