diff options
author | Raymond Hettinger <python@rcn.com> | 2003-08-23 03:38:11 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-08-23 03:38:11 (GMT) |
commit | f4bb1f946e75c3e88dfd1b11cc00e5d868d1586c (patch) | |
tree | 9bd6c1ad933e3a4dfc61c6246e121ee39539d24a /Doc/api | |
parent | 4892381207dc2cef814046938ee5f86ca3cf6431 (diff) | |
download | cpython-f4bb1f946e75c3e88dfd1b11cc00e5d868d1586c.zip cpython-f4bb1f946e75c3e88dfd1b11cc00e5d868d1586c.tar.gz cpython-f4bb1f946e75c3e88dfd1b11cc00e5d868d1586c.tar.bz2 |
Fix typo.
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/concrete.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 2c14596..5b0d9e3 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} |