Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77e0212

Browse files
committed
Fix minor LaTeX bug of not ending a \NULL{} with the curly braces to get the
spacing correct in the output.
1 parent 3f7a948 commit 77e0212

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/api/abstract.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ \section{Sequence Protocol \label{sequence}}
831831
\end{cfuncdesc}
832832

833833
\begin{cfuncdesc}{PyObject*}{PySequence_ITEM}{PyObject *o, int i}
834-
Return the \var{i}th element of \var{o} or \NULL on failure.
834+
Return the \var{i}th element of \var{o} or \NULL{} on failure.
835835
Macro form of \cfunction{PySequence_GetItem()} but without checking
836836
that \cfunction{PySequence_Check(\var{o})} is true and without
837837
adjustment for negative indices.

0 commit comments

Comments
 (0)