]> granicus.if.org Git - python/commitdiff
Typo: destuction --> destruction
authorFred Drake <fdrake@acm.org>
Fri, 26 Oct 2001 11:27:54 +0000 (11:27 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 26 Oct 2001 11:27:54 +0000 (11:27 +0000)
Reported by Thomas Heller.

Doc/lib/libweakref.tex

index 4b3767ea818614eb95f3ebceee379268b73a4e84..73caf94bea50e6f65d785f8c39bf4268b8b1a656 100644 (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}