[Python-checkins] python/dist/src/Doc/lib liboperator.tex,1.23,1.24

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Sat, 11 Jan 2003 15:15:49 -0800


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

Modified Files:
	liboperator.tex 
Log Message:
Minor correction and clarification.


Index: liboperator.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liboperator.tex,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** liboperator.tex	19 Aug 2002 22:38:01 -0000	1.23
--- liboperator.tex	11 Jan 2003 23:15:47 -0000	1.24
***************
*** 60,64 ****
  
  \begin{funcdesc}{truth}{o}
! Return \code{1} if \var{o} is true, and 0 otherwise.
  \end{funcdesc}
  
--- 60,66 ----
  
  \begin{funcdesc}{truth}{o}
! Return \constant{True} if \var{o} is true, and \constant{False}
! otherwise.  This is equivalent to the constructor of the \class{bool}
! constructor.
  \end{funcdesc}