From: Neal Norwitz Date: Sun, 12 Jan 2003 15:04:54 +0000 (+0000) Subject: Try to make a sentance more readable. X-Git-Tag: v2.3c1~2472 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06daee9dd774b8564414314fb263656e50b12135;p=thirdparty%2FPython%2Fcpython.git Try to make a sentance more readable. --- diff --git a/Doc/lib/liboperator.tex b/Doc/lib/liboperator.tex index 4cdcc92dadd0..f3f09809b4cc 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}