diff options
author | Fred Drake <fdrake@acm.org> | 2001-10-26 11:27:54 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-10-26 11:27:54 (GMT) |
commit | de3d060eb23c955a656730cc54a55eaf94f6d959 (patch) | |
tree | 7fe6527b2d921791a2ca3222885d614641b908d6 | |
parent | 2a63a079126bc5345ccc2029a756fd1ac33d096b (diff) | |
download | cpython-de3d060eb23c955a656730cc54a55eaf94f6d959.zip cpython-de3d060eb23c955a656730cc54a55eaf94f6d959.tar.gz cpython-de3d060eb23c955a656730cc54a55eaf94f6d959.tar.bz2 |
Typo: destuction --> destruction
Reported by Thomas Heller.
-rw-r--r-- | Doc/lib/libweakref.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libweakref.tex b/Doc/lib/libweakref.tex index 4b3767e..73caf94 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} |