Use LaTeX markup

This commit is contained in:
Andrew M. Kuchling 2004-08-07 20:17:48 +00:00
parent 17e33e4c93
commit 672d2ba773
1 changed files with 1 additions and 1 deletions

View File

@ -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