Kaydet (Commit) de3d060e authored tarafından Fred Drake's avatar Fred Drake

Typo: destuction --> destruction

Reported by Thomas Heller.
üst 2a63a079
......@@ -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