From 8ec17a0a8da37d7622b7c54b61542590a31042f4 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 11 Jan 2003 23:15:47 +0000 Subject: Minor correction and clarification. --- Doc/lib/liboperator.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/lib/liboperator.tex b/Doc/lib/liboperator.tex index 7aaefcf..4cdcc92 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} -- cgit v0.12