summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-08-07 20:17:48 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-08-07 20:17:48 (GMT)
commit672d2ba7730799bcf20dc0061d3b91f990760913 (patch)
treef1ac9aecf94ba67952a124df300d990ebbfbd44c
parent17e33e4c9351f8a3f356610e8f43f63e59eafd1b (diff)
downloadcpython-672d2ba7730799bcf20dc0061d3b91f990760913.zip
cpython-672d2ba7730799bcf20dc0061d3b91f990760913.tar.gz
cpython-672d2ba7730799bcf20dc0061d3b91f990760913.tar.bz2
Use LaTeX markup
-rw-r--r--Doc/api/newtypes.tex2
1 files changed, 1 insertions, 1 deletions
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