Commit ba6148b8 authored by Fred Drake's avatar Fred Drake

Typo: destuction --> destruction

Reported by Thomas Heller.
parent b6bc7aa4
......@@ -248,6 +248,6 @@ instance_dealloc(PyInstanceObject *inst)
PyObject_ClearWeakRefs((PyObject *) inst);
/* Proceed with object destuction normally. */
/* Proceed with object destruction normally. */
}
\end{verbatim}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment