Guido pointed out that all names in the sys module have no underscore,

This commit is contained in:
Fred Drake 2000-08-15 04:24:43 +00:00
parent 39dce29365
commit a2b6ad6e27
2 changed files with 6 additions and 5 deletions

View file

@ -20,7 +20,7 @@ It is always available.
\code{argv} has zero length.
\end{datadesc}
\begin{datadesc}{byte_order}
\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,
and \code{'little'} on little-endian (least-significant byte first)