Minor correction and clarification.
authorFred Drake <fdrake@acm.org>
Sat, 11 Jan 2003 23:15:47 +0000 (23:15 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 11 Jan 2003 23:15:47 +0000 (23:15 +0000)
Doc/lib/liboperator.tex

index 7aaefcfc584e767bc03b4f62bb7d5462b6f6949c..4cdcc92dadd0a5bf170a4397e5c984ec0bbc226a 100644 (file)
@@ -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}