Kaydet (Commit) f4bb1f94 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Fix typo.

üst 48923812
...@@ -2536,7 +2536,7 @@ when accessed. Cell objects are not likely to be useful elsewhere. ...@@ -2536,7 +2536,7 @@ when accessed. Cell objects are not likely to be useful elsewhere.
\begin{cfuncdesc}{PyObject*}{PyCell_GET}{PyObject *cell} \begin{cfuncdesc}{PyObject*}{PyCell_GET}{PyObject *cell}
Return the contents of the cell \var{cell}, but without checking Return the contents of the cell \var{cell}, but without checking
that \var{cell} is non-\NULL{} and a call object. that \var{cell} is non-\NULL{} and a cell object.
\end{cfuncdesc} \end{cfuncdesc}
\begin{cfuncdesc}{int}{PyCell_Set}{PyObject *cell, PyObject *value} \begin{cfuncdesc}{int}{PyCell_Set}{PyObject *cell, PyObject *value}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment