Minor correction and clarification.

This commit is contained in:
Fred Drake 2003-01-11 23:15:47 +00:00
parent a9bc168f95
commit 8ec17a0a8d

View File

@ -59,7 +59,9 @@ core defines this operation. The result is affected by the
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{truth}{o} \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} \end{funcdesc}