]> granicus.if.org Git - python/commitdiff
Update the type of tp_dealloc.
authorFred Drake <fdrake@acm.org>
Fri, 12 Apr 2002 15:37:43 +0000 (15:37 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 12 Apr 2002 15:37:43 +0000 (15:37 +0000)
Doc/ext/newtypes.tex

index 96cc8defa5b1bee315d0938be2389d702001a4bd..89f95be269327580d01b85bb62947cd9fb091f33 100644 (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