Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4892381 commit f4bb1f9Copy full SHA for f4bb1f9
1 file changed
Doc/api/concrete.tex
@@ -2536,7 +2536,7 @@ \subsection{Cell Objects \label{cell-objects}}
2536
2537
\begin{cfuncdesc}{PyObject*}{PyCell_GET}{PyObject *cell}
2538
Return the contents of the cell \var{cell}, but without checking
2539
- that \var{cell} is non-\NULL{} and a call object.
+ that \var{cell} is non-\NULL{} and a cell object.
2540
\end{cfuncdesc}
2541
2542
\begin{cfuncdesc}{int}{PyCell_Set}{PyObject *cell, PyObject *value}
0 commit comments