Update the type of tp_dealloc.

This commit is contained in:
Fred Drake 2002-04-12 15:37:43 +00:00
parent 263ad28be9
commit 0babc44ab2
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ will implement.
\index{finalization, of objects}
\begin{verbatim}
destructor tp_dealloc;
freefunc tp_dealloc;
\end{verbatim}
This function is called when the reference count of the instance of