summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2006-07-14 21:45:48 (GMT)
committerFredrik Lundh <fredrik@pythonware.com>2006-07-14 21:45:48 (GMT)
commit76e268bb62000eafcee3dcd009c877d84b18b9a3 (patch)
tree9a87faef5605ef3f72e5b23a7185eaaf53bbd514 /Doc
parentb69a3c2bda7725e5266b7a134aec003a2667e374 (diff)
downloadcpython-76e268bb62000eafcee3dcd009c877d84b18b9a3.zip
cpython-76e268bb62000eafcee3dcd009c877d84b18b9a3.tar.gz
cpython-76e268bb62000eafcee3dcd009c877d84b18b9a3.tar.bz2
typo
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libsys.tex2
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}