From: Fred Drake Date: Fri, 26 Oct 2001 11:27:54 +0000 (+0000) Subject: Typo: destuction --> destruction X-Git-Tag: v2.2.1c1~1038 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de3d060eb23c955a656730cc54a55eaf94f6d959;p=python Typo: destuction --> destruction Reported by Thomas Heller. --- diff --git a/Doc/lib/libweakref.tex b/Doc/lib/libweakref.tex index 4b3767ea81..73caf94bea 100644 --- a/Doc/lib/libweakref.tex +++ b/Doc/lib/libweakref.tex @@ -248,6 +248,6 @@ instance_dealloc(PyInstanceObject *inst) PyObject_ClearWeakRefs((PyObject *) inst); - /* Proceed with object destuction normally. */ + /* Proceed with object destruction normally. */ } \end{verbatim}