[Python-checkins] CVS: python/dist/src/Doc/ref ref3.tex,1.70,1.71

Fred L. Drake fdrake@users.sourceforge.net
Thu, 02 Aug 2001 14:34:55 -0700


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

Modified Files:
	ref3.tex 
Log Message:

User-defined methods *can* contain things other than user-defined functions
as the callable, so use more flexible language.


Index: ref3.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref3.tex,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** ref3.tex	2001/08/02 15:53:05	1.70
--- ref3.tex	2001/08/02 21:34:53	1.71
***************
*** 447,451 ****
  \item[User-defined methods]
  A user-defined method object combines a class, a class instance (or
! \code{None}) and a user-defined function.
  \obindex{method}
  \obindex{user-defined method}
--- 447,452 ----
  \item[User-defined methods]
  A user-defined method object combines a class, a class instance (or
! \code{None}) and any callable object (normally a user-defined
! function).
  \obindex{method}
  \obindex{user-defined method}