]> granicus.if.org Git - python/commitdiff
Fix typo.
authorRaymond Hettinger <python@rcn.com>
Sat, 23 Aug 2003 03:38:11 +0000 (03:38 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 23 Aug 2003 03:38:11 +0000 (03:38 +0000)
Doc/api/concrete.tex

index 2c14596f5619f28d83f3b4e4da119241420d09cc..5b0d9e38637665f77634b64a0a428cf90dea4f36 100644 (file)
@@ -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}