summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/liboperator.tex2
1 files changed, 1 insertions, 1 deletions
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}