diff options
Diffstat (limited to 'Doc/c-api/cell.rst')
-rw-r--r-- | Doc/c-api/cell.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/cell.rst b/Doc/c-api/cell.rst index ac4ef5a..f8cd034 100644 --- a/Doc/c-api/cell.rst +++ b/Doc/c-api/cell.rst @@ -25,7 +25,7 @@ Cell objects are not likely to be useful elsewhere. The type object corresponding to cell objects. -.. c:function:: int PyCell_Check(ob) +.. c:function:: int PyCell_Check(PyObject *ob) Return true if *ob* is a cell object; *ob* must not be ``NULL``. This function always succeeds. |