Kaydet (Commit) 7d42d3cd authored tarafından Georg Brandl's avatar Georg Brandl

fix typo

üst 868e704e
......@@ -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()}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment