From: Andrew M. Kuchling Date: Sat, 7 Aug 2004 20:17:48 +0000 (+0000) Subject: Use LaTeX markup X-Git-Tag: v2.4a3~346 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=672d2ba7730799bcf20dc0061d3b91f990760913;p=thirdparty%2FPython%2Fcpython.git Use LaTeX markup --- diff --git a/Doc/api/newtypes.tex b/Doc/api/newtypes.tex index deb4ac11a223..b8b2f7c8005e 100644 --- a/Doc/api/newtypes.tex +++ b/Doc/api/newtypes.tex @@ -1130,7 +1130,7 @@ typedef struct PyGetSetDef { 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 + 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 variable-length part. This is used for example to add an instance