summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2003-01-12 15:04:54 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2003-01-12 15:04:54 (GMT)
commit06daee9dd774b8564414314fb263656e50b12135 (patch)
tree21de221c31d580d85df117ecb7b83495613751d3 /Doc
parente68fbc44aaa6294bab465b4daa48c6b04031cab8 (diff)
downloadcpython-06daee9dd774b8564414314fb263656e50b12135.zip
cpython-06daee9dd774b8564414314fb263656e50b12135.tar.gz
cpython-06daee9dd774b8564414314fb263656e50b12135.tar.bz2
Try to make a sentance more readable.
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}