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

Fred L. Drake fdrake@users.sourceforge.net
Mon, 26 Nov 2001 13:39:42 -0800


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

Modified Files:
	libweakref.tex 
Log Message:
Typo, spotted by Detlef Lannert.

Index: libweakref.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libweakref.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** libweakref.tex	2001/10/26 17:40:22	1.15
--- libweakref.tex	2001/11/26 21:39:40	1.16
***************
*** 54,58 ****
    Weak references support tests for equality, but not ordering.  If
    the referents are still alive, two references have the same
!   equalality relationship as their referents (regardless of the
    \var{callback}).  If either referent has been deleted, the
    references are equal only if the reference objects are the same
--- 54,58 ----
    Weak references support tests for equality, but not ordering.  If
    the referents are still alive, two references have the same
!   equality relationship as their referents (regardless of the
    \var{callback}).  If either referent has been deleted, the
    references are equal only if the reference objects are the same