mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
fix typo
This commit is contained in:
parent
868e704e27
commit
7d42d3cd59
1 changed files with 1 additions and 1 deletions
|
@ -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()}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue