]> granicus.if.org Git - python/commitdiff
Try to make a sentance more readable.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 12 Jan 2003 15:04:54 +0000 (15:04 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 12 Jan 2003 15:04:54 +0000 (15:04 +0000)
Doc/lib/liboperator.tex

index 4cdcc92dadd0a5bf170a4397e5c984ec0bbc226a..f3f09809b4cca9b8a094e7d8a4dfb54a6f515a46 100644 (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}