diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-01-12 15:04:54 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-01-12 15:04:54 (GMT) |
commit | 06daee9dd774b8564414314fb263656e50b12135 (patch) | |
tree | 21de221c31d580d85df117ecb7b83495613751d3 /Doc | |
parent | e68fbc44aaa6294bab465b4daa48c6b04031cab8 (diff) | |
download | cpython-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.tex | 2 |
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} |