[Python-checkins] python/dist/src/Doc/ref ref5.tex,1.69,1.70

niemeyer@users.sourceforge.net niemeyer@users.sourceforge.net
Tue, 26 Nov 2002 10:14:39 -0800


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1:/tmp/cvs-serv15024/ref

Modified Files:
	ref5.tex 
Log Message:
* Doc/ref/ref5.tex
  Fixed minor bug preventing documentation compilation.


Index: ref5.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref5.tex,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** ref5.tex	24 Nov 2002 20:23:04 -0000	1.69
--- ref5.tex	26 Nov 2002 18:14:35 -0000	1.70
***************
*** 697,701 ****
  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
      floats it may not be true numerically due to roundoff.  For
      example, and assuming a platform on which a Python float is an
--- 697,701 ----
  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
      floats it may not be true numerically due to roundoff.  For
      example, and assuming a platform on which a Python float is an