Try to make a sentance more readable.

This commit is contained in:
Neal Norwitz 2003-01-12 15:04:54 +00:00
parent e68fbc44aa
commit 06daee9dd7
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ core defines this operation. The result is affected by the
\begin{funcdesc}{truth}{o}
Return \constant{True} if \var{o} is true, and \constant{False}
otherwise. This is equivalent to the constructor of the \class{bool}
otherwise. This is equivalent to using the \class{bool}
constructor.
\end{funcdesc}