Typo: destuction --> destruction

Reported by Thomas Heller.
This commit is contained in:
Fred Drake 2001-10-26 11:27:54 +00:00
parent 2a63a07912
commit de3d060eb2
1 changed files with 1 additions and 1 deletions

View File

@ -248,6 +248,6 @@ instance_dealloc(PyInstanceObject *inst)
PyObject_ClearWeakRefs((PyObject *) inst);
/* Proceed with object destuction normally. */
/* Proceed with object destruction normally. */
}
\end{verbatim}