[Python-checkins] CVS: python/dist/src/Doc/tut tut.tex,1.118,1.118.2.1

Fred L. Drake fdrake@users.sourceforge.net
Wed, 25 Apr 2001 13:58:36 -0700


Update of /cvsroot/python/python/dist/src/Doc/tut
In directory usw-pr-cvs1:/tmp/cvs-serv29954

Modified Files:
      Tag: release20-maint
	tut.tex 
Log Message:

Correct two floating-point representations printed by the interpreter in
interactive examples.  Error noted by Dinu Gherman.


Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.118
retrieving revision 1.118.2.1
diff -C2 -r1.118 -r1.118.2.1
*** tut.tex	2000/09/29 15:17:36	1.118
--- tut.tex	2001/04/25 20:58:34	1.118.2.1
***************
*** 427,431 ****
  \begin{verbatim}
  >>> 4 * 2.5 / 3.3
! 3.0303030303
  >>> 7.0 / 2
  3.5
--- 427,431 ----
  \begin{verbatim}
  >>> 4 * 2.5 / 3.3
! 3.0303030303030303
  >>> 7.0 / 2
  3.5
***************
*** 477,481 ****
  1.5
  >>> abs(a)
! 1.58113883008
  \end{verbatim}
  
--- 477,481 ----
  1.5
  >>> abs(a)
! 1.5811388300841898
  \end{verbatim}