projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e68fbc4
)
Try to make a sentance more readable.
author
Neal Norwitz
<nnorwitz@gmail.com>
Sun, 12 Jan 2003 15:04:54 +0000
(15:04 +0000)
committer
Neal Norwitz
<nnorwitz@gmail.com>
Sun, 12 Jan 2003 15:04:54 +0000
(15:04 +0000)
Doc/lib/liboperator.tex
patch
|
blob
|
history
diff --git
a/Doc/lib/liboperator.tex
b/Doc/lib/liboperator.tex
index 4cdcc92dadd0a5bf170a4397e5c984ec0bbc226a..f3f09809b4cca9b8a094e7d8a4dfb54a6f515a46 100644
(file)
--- 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}