diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2006-07-14 21:45:48 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2006-07-14 21:45:48 (GMT) |
commit | 76e268bb62000eafcee3dcd009c877d84b18b9a3 (patch) | |
tree | 9a87faef5605ef3f72e5b23a7185eaaf53bbd514 /Doc | |
parent | b69a3c2bda7725e5266b7a134aec003a2667e374 (diff) | |
download | cpython-76e268bb62000eafcee3dcd009c877d84b18b9a3.zip cpython-76e268bb62000eafcee3dcd009c877d84b18b9a3.tar.gz cpython-76e268bb62000eafcee3dcd009c877d84b18b9a3.tar.bz2 |
typo
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libsys.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index d55aac3..bd496fe 100644 --- a/Doc/lib/libsys.tex +++ b/Doc/lib/libsys.tex @@ -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} |