This commit is contained in:
Georg Brandl 2006-02-21 20:41:29 +00:00
parent 868e704e27
commit 7d42d3cd59

View file

@ -525,7 +525,7 @@ Foo_Type.ob_type = &PyType_Type;
\member{tp_free}. The object deallocator should be the one used to
allocate the instance; this is normally \cfunction{PyObject_Del()}
if the instance was allocated using \cfunction{PyObject_New()} or
\cfunction{PyOject_VarNew()}, or \cfunction{PyObject_GC_Del()} if
\cfunction{PyObject_VarNew()}, or \cfunction{PyObject_GC_Del()} if
the instance was allocated using \cfunction{PyObject_GC_New()} or
\cfunction{PyObject_GC_VarNew()}.