Typo: destuction --> destruction
Reported by Thomas Heller.
This commit is contained in:
parent
2a63a07912
commit
de3d060eb2
|
@ -248,6 +248,6 @@ instance_dealloc(PyInstanceObject *inst)
|
|||
|
||||
PyObject_ClearWeakRefs((PyObject *) inst);
|
||||
|
||||
/* Proceed with object destuction normally. */
|
||||
/* Proceed with object destruction normally. */
|
||||
}
|
||||
\end{verbatim}
|
||||
|
|
Loading…
Reference in New Issue