From: Fred Drake Date: Sat, 11 Jan 2003 23:15:47 +0000 (+0000) Subject: Minor correction and clarification. X-Git-Tag: v2.3c1~2474 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ec17a0a8da37d7622b7c54b61542590a31042f4;p=thirdparty%2FPython%2Fcpython.git Minor correction and clarification. --- diff --git a/Doc/lib/liboperator.tex b/Doc/lib/liboperator.tex index 7aaefcfc584e..4cdcc92dadd0 100644 --- a/Doc/lib/liboperator.tex +++ b/Doc/lib/liboperator.tex @@ -59,7 +59,9 @@ core defines this operation. The result is affected by the \end{funcdesc} \begin{funcdesc}{truth}{o} -Return \code{1} if \var{o} is true, and 0 otherwise. +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}