From 672d2ba7730799bcf20dc0061d3b91f990760913 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sat, 7 Aug 2004 20:17:48 +0000 Subject: Use LaTeX markup --- Doc/api/newtypes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/api/newtypes.tex b/Doc/api/newtypes.tex index deb4ac1..b8b2f7c 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 -- cgit v0.12