]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
backport Brett's markup fix from revision 1.28:
authorFred Drake <fdrake@acm.org>
Sun, 7 Sep 2003 02:26:54 +0000 (02:26 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 7 Sep 2003 02:26:54 +0000 (02:26 +0000)
add missing {} after \NULL

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.