summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-08-15 04:24:43 (GMT)
committerFred Drake <fdrake@acm.org>2000-08-15 04:24:43 (GMT)
commita2b6ad6e2744d3d5819496a91e460b97c93d4d2d (patch)
tree367858db2b58a71d1e98746ca02bfaa7282bc8c3 /Doc
parent39dce29365d287dc6b353b2a527dc11fe58dcfa6 (diff)
downloadcpython-a2b6ad6e2744d3d5819496a91e460b97c93d4d2d.zip
cpython-a2b6ad6e2744d3d5819496a91e460b97c93d4d2d.tar.gz
cpython-a2b6ad6e2744d3d5819496a91e460b97c93d4d2d.tar.bz2
Guido pointed out that all names in the sys module have no underscore,
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 5cc833d..bbea623 100644
--- a/Doc/lib/libsys.tex
+++ b/Doc/lib/libsys.tex
@@ -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)