From: Fred Drake Date: Wed, 21 Apr 1999 16:00:24 +0000 (+0000) Subject: Oops; minor nit in example: none of the other interactive examples X-Git-Tag: v1.6a1~1564 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a889add5d6e72cd78b2a7766bbfe32bedc17fccc;p=thirdparty%2FPython%2Fcpython.git Oops; minor nit in example: none of the other interactive examples show the "trailing" prompt, so don't show it here! --- diff --git a/Doc/lib/libstruct.tex b/Doc/lib/libstruct.tex index 101762d19338..62892ec76f91 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