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

Fred L. Drake fdrake@users.sourceforge.net
Thu, 10 May 2001 10:22:19 -0700


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

Modified Files:
	libweakref.tex 
Log Message:

Fix typo in weakref.proxy() documentation.
This closes SF bug #423087.


Index: libweakref.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libweakref.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** libweakref.tex	2001/04/11 19:17:11	1.7
--- libweakref.tex	2001/05/10 17:22:17	1.8
***************
*** 63,67 ****
    referent; this avoids a number of problems related to their
    fundamentally mutable nature, and prevent their use as dictionary
!   keys.  \var{callable} is the same as the parameter of the same name
    to the \function{ref()} function.
  \end{funcdesc}
--- 63,67 ----
    referent; this avoids a number of problems related to their
    fundamentally mutable nature, and prevent their use as dictionary
!   keys.  \var{callback} is the same as the parameter of the same name
    to the \function{ref()} function.
  \end{funcdesc}