diff options
| author | Fred Drake <fdrake@acm.org> | 2001-10-26 11:27:54 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2001-10-26 11:27:54 +0000 |
| commit | de3d060eb23c955a656730cc54a55eaf94f6d959 (patch) | |
| tree | 7fe6527b2d921791a2ca3222885d614641b908d6 /Doc/lib/libweakref.tex | |
| parent | 2a63a079126bc5345ccc2029a756fd1ac33d096b (diff) | |
| download | cpython-git-de3d060eb23c955a656730cc54a55eaf94f6d959.tar.gz | |
Typo: destuction --> destruction
Reported by Thomas Heller.
Diffstat (limited to 'Doc/lib/libweakref.tex')
| -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 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} |
