Commit 8ec17a0a authored by Fred Drake's avatar Fred Drake

Minor correction and clarification.

parent a9bc168f
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment