]> granicus.if.org Git - python/commitdiff
Fix minor LaTeX bug of not ending a \NULL{} with the curly braces to get the
authorBrett Cannon <bcannon@gmail.com>
Sun, 7 Sep 2003 02:22:16 +0000 (02:22 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 7 Sep 2003 02:22:16 +0000 (02:22 +0000)
spacing correct in the output.

Doc/api/abstract.tex

index 977a17a32d5c4fb5a360e7682101539cdfacd12a..c5aee66750a60a0f28b337c34ded8d16f4de2731 100644 (file)
@@ -831,7 +831,7 @@ determination.
 \end{cfuncdesc}
 
 \begin{cfuncdesc}{PyObject*}{PySequence_ITEM}{PyObject *o, int i}
-  Return the \var{i}th element of \var{o} or \NULL on failure.
+  Return the \var{i}th element of \var{o} or \NULL{} on failure.
   Macro form of \cfunction{PySequence_GetItem()} but without checking
   that \cfunction{PySequence_Check(\var{o})} is true and without
   adjustment for negative indices.