diff options
| -rw-r--r-- | Doc/ext/newtypes.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ext/newtypes.tex b/Doc/ext/newtypes.tex index 96cc8defa5..89f95be269 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 |
