Commit 672d2ba7 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Use LaTeX markup

parent 17e33e4c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment