summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2003-01-12 15:04:54 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2003-01-12 15:04:54 +0000
commit06daee9dd774b8564414314fb263656e50b12135 (patch)
tree21de221c31d580d85df117ecb7b83495613751d3
parente68fbc44aaa6294bab465b4daa48c6b04031cab8 (diff)
downloadcpython-git-06daee9dd774b8564414314fb263656e50b12135.tar.gz
Try to make a sentance more readable.
-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 4cdcc92dad..f3f09809b4 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}