[Python-checkins] CVS: python/dist/src/Doc/lib libweakref.tex,1.13,1.14

Fred L. Drake fdrake@users.sourceforge.net
Fri, 26 Oct 2001 04:27:56 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv26940/lib

Modified Files:
	libweakref.tex 
Log Message:
Typo: destuction --> destruction
Reported by Thomas Heller.


Index: libweakref.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libweakref.tex,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** libweakref.tex	2001/10/26 03:00:39	1.13
--- libweakref.tex	2001/10/26 11:27:54	1.14
***************
*** 249,253 ****
      PyObject_ClearWeakRefs((PyObject *) inst);
  
!     /* Proceed with object destuction normally. */
  }
  \end{verbatim}
--- 249,253 ----
      PyObject_ClearWeakRefs((PyObject *) inst);
  
!     /* Proceed with object destruction normally. */
  }
  \end{verbatim}