From 0babc44ab2696b89dd4cd60aae68da11dc6cfbf3 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 12 Apr 2002 15:37:43 +0000 Subject: [PATCH] Update the type of tp_dealloc. --- Doc/ext/newtypes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/ext/newtypes.tex b/Doc/ext/newtypes.tex index 96cc8defa5b..89f95be2693 100644 --- a/Doc/ext/newtypes.tex +++ b/Doc/ext/newtypes.tex @@ -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