From: Brett Cannon Date: Sun, 7 Sep 2003 02:22:16 +0000 (+0000) Subject: Fix minor LaTeX bug of not ending a \NULL{} with the curly braces to get the X-Git-Tag: v2.4a1~1620 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77e0212b8aabd018c455a5727993e148a49a9699;p=thirdparty%2FPython%2Fcpython.git Fix minor LaTeX bug of not ending a \NULL{} with the curly braces to get the spacing correct in the output. --- 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.