[Python-checkins] python/dist/src/Doc/api newtypes.tex,1.33,1.34

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Sat Aug 7 22:17:52 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17117

Modified Files:
	newtypes.tex 
Log Message:
Use LaTeX markup

Index: newtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/newtypes.tex,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** newtypes.tex	15 Jul 2004 04:05:59 -0000	1.33
--- newtypes.tex	7 Aug 2004 20:17:48 -0000	1.34
***************
*** 1131,1135 ****
    If the value of this field is greater than zero, it specifies the
    offset from the start of the instance structure.  If the value is
!   less than zero, it specifies the offset from the *end* of the
    instance structure.  A negative offset is more expensive to use, and
    should only be used when the instance structure contains a
--- 1131,1135 ----
    If the value of this field is greater than zero, it specifies the
    offset from the start of the instance structure.  If the value is
!   less than zero, it specifies the offset from the \emph{end} of the
    instance structure.  A negative offset is more expensive to use, and
    should only be used when the instance structure contains a



More information about the Python-checkins mailing list