]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use LaTeX markup
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 7 Aug 2004 20:17:48 +0000 (20:17 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 7 Aug 2004 20:17:48 +0000 (20:17 +0000)
Doc/api/newtypes.tex

index deb4ac11a2238154e8db4542a2ae95636de33f7e..b8b2f7c8005e3bad9b803c8577a7517052b31bbb 100644 (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