From 06daee9dd774b8564414314fb263656e50b12135 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sun, 12 Jan 2003 15:04:54 +0000 Subject: Try to make a sentance more readable. --- Doc/lib/liboperator.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/liboperator.tex b/Doc/lib/liboperator.tex index 4cdcc92..f3f0980 100644 --- a/Doc/lib/liboperator.tex +++ b/Doc/lib/liboperator.tex @@ -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} -- cgit v0.12