]> granicus.if.org Git - python/commitdiff
Minor markup adjustments.
authorFred Drake <fdrake@acm.org>
Wed, 9 Apr 2003 18:15:57 +0000 (18:15 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 9 Apr 2003 18:15:57 +0000 (18:15 +0000)
Doc/api/abstract.tex

index a8bcc158defa34439f6c5dd49457d1bd9c2624e3..1d87c0562b96eed06c29cd87c4f326c77e117ae3 100644 (file)
@@ -318,13 +318,12 @@ determination.
   When \var{o} is non-\NULL, returns a type object corresponding to
   the object type of object \var{o}. On failure, raises
   \exception{SystemError} and returns \NULL.  This is equivalent to
-  the Python expression \code{type(\var{o})}.
+  the Python expression \code{type(\var{o})}.\bifuncindex{type}
   This function increments the reference count of the return value.
   There's really no reason to use this function instead of the
   common expression \code{\var{o}->ob_type}, which returns a pointer
-  of type \code{PyTypeObject *}, except when the incremented reference
+  of type \ctype{PyTypeObject*}, except when the incremented reference
   count is needed.
-  \bifuncindex{type}
 \end{cfuncdesc}
 
 \begin{cfuncdesc}{int}{PyObject_TypeCheck}{PyObject *o, PyTypeObject *type}