]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
typo
authorFredrik Lundh <fredrik@pythonware.com>
Fri, 14 Jul 2006 21:45:48 +0000 (21:45 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Fri, 14 Jul 2006 21:45:48 +0000 (21:45 +0000)
Doc/lib/libsys.tex

index d55aac3eff587325d4d25841893831a922bf63bd..bd496fe70d4ab7eecc58b13d2c190681f5d44505 100644 (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}