]> granicus.if.org Git - python/commitdiff
* Doc/ref/ref5.tex
authorGustavo Niemeyer <gustavo@niemeyer.net>
Tue, 26 Nov 2002 18:14:35 +0000 (18:14 +0000)
committerGustavo Niemeyer <gustavo@niemeyer.net>
Tue, 26 Nov 2002 18:14:35 +0000 (18:14 +0000)
  Fixed minor bug preventing documentation compilation.

Doc/ref/ref5.tex

index a00bf5da636df3f438293b419a46aa000abe447c..34c99efa96e7c999db9d6e690e0413512e47847d 100644 (file)
@@ -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}