mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Fix minor LaTeX bug of not ending a \NULL{} with the curly braces to get the
spacing correct in the output.
This commit is contained in:
parent
3f7a94824e
commit
77e0212b8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue