summaryrefslogtreecommitdiffstats
path: root/Doc/ref
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2002-11-26 18:14:35 (GMT)
committerGustavo Niemeyer <gustavo@niemeyer.net>2002-11-26 18:14:35 (GMT)
commitf955412130174e6c2e40f807e2fd12bb6344d2ec (patch)
tree271e70d0e995931b5a5f0275c519d3638a0f9d7c /Doc/ref
parentac74f5d44b358b331fc46c7ad7f92698e20510f2 (diff)
downloadcpython-f955412130174e6c2e40f807e2fd12bb6344d2ec.zip
cpython-f955412130174e6c2e40f807e2fd12bb6344d2ec.tar.gz
cpython-f955412130174e6c2e40f807e2fd12bb6344d2ec.tar.bz2
* Doc/ref/ref5.tex
Fixed minor bug preventing documentation compilation.
Diffstat (limited to 'Doc/ref')
-rw-r--r--Doc/ref/ref5.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex
index a00bf5d..34c99ef 100644
--- a/Doc/ref/ref5.tex
+++ b/Doc/ref/ref5.tex
@@ -696,7 +696,7 @@ point numbers, e.g., \code{3.14\%0.7} equals \code{0.34} (since
yields a result with the same sign as its second operand (or zero);
the absolute value of the result is strictly smaller than the absolute
value of the second operand\footnote{
- While \code{abs(x\%y) < abs(y)) is true mathematically, for
+ While \code{abs(x\%y) < abs(y)} is true mathematically, for
floats it may not be true numerically due to roundoff. For
example, and assuming a platform on which a Python float is an
IEEE 754 double-precision number, in order that \code{-1e-100 \% 1e100}