From: Raymond Hettinger Date: Sat, 23 Aug 2003 03:39:28 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.3.1~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59d62145cce9f9cb050b5a72aea899699f0496c3;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 2c14596f5619..5b0d9e386376 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -2536,7 +2536,7 @@ when accessed. Cell objects are not likely to be useful elsewhere. \begin{cfuncdesc}{PyObject*}{PyCell_GET}{PyObject *cell} 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} \begin{cfuncdesc}{int}{PyCell_Set}{PyObject *cell, PyObject *value}