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

Skip to content

Commit f4bb1f9

Browse files
committed
Fix typo.
1 parent 4892381 commit f4bb1f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/api/concrete.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2536,7 +2536,7 @@ \subsection{Cell Objects \label{cell-objects}}
25362536

25372537
\begin{cfuncdesc}{PyObject*}{PyCell_GET}{PyObject *cell}
25382538
Return the contents of the cell \var{cell}, but without checking
2539-
that \var{cell} is non-\NULL{} and a call object.
2539+
that \var{cell} is non-\NULL{} and a cell object.
25402540
\end{cfuncdesc}
25412541

25422542
\begin{cfuncdesc}{int}{PyCell_Set}{PyObject *cell, PyObject *value}

0 commit comments

Comments
 (0)