diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-21 16:00:24 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-21 16:00:24 (GMT) |
commit | a889add5d6e72cd78b2a7766bbfe32bedc17fccc (patch) | |
tree | d0d343fa4b4966ce75ffb8e6843e319afd7bf4c1 | |
parent | ca675e491baffc9edf73f3470de7516b15fbb40c (diff) | |
download | cpython-a889add5d6e72cd78b2a7766bbfe32bedc17fccc.zip cpython-a889add5d6e72cd78b2a7766bbfe32bedc17fccc.tar.gz cpython-a889add5d6e72cd78b2a7766bbfe32bedc17fccc.tar.bz2 |
Oops; minor nit in example: none of the other interactive examples
show the "trailing" prompt, so don't show it here!
-rw-r--r-- | Doc/lib/libstruct.tex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/lib/libstruct.tex b/Doc/lib/libstruct.tex index 101762d..62892ec 100644 --- a/Doc/lib/libstruct.tex +++ b/Doc/lib/libstruct.tex @@ -158,7 +158,6 @@ big-endian machine): (1, 2, 3) >>> calcsize('hhl') 8 ->>> \end{verbatim} Hint: to align the end of a structure to the alignment requirement of |