From 1e65e26076cc96751e6d463a6d085e2a4d144cec Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sun, 7 Sep 2003 02:26:54 +0000 Subject: [PATCH] backport Brett's markup fix from revision 1.28: add missing {} after \NULL --- Doc/api/abstract.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/api/abstract.tex b/Doc/api/abstract.tex index 977a17a32d5c..c5aee66750a6 100644 --- a/Doc/api/abstract.tex +++ b/Doc/api/abstract.tex @@ -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. -- 2.47.3