[Python-checkins] python/dist/src/Doc/lib libdecimal.tex,1.2,1.3

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Jul 5 20:56:05 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12961

Modified Files:
	libdecimal.tex 
Log Message:
Fix typo

Index: libdecimal.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdecimal.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** libdecimal.tex	5 Jul 2004 18:41:42 -0000	1.2
--- libdecimal.tex	5 Jul 2004 18:56:03 -0000	1.3
***************
*** 939,943 ****
          t = (t * n) / d
          c += t
!     getcontext().prec -= 10
      return c
  
--- 939,943 ----
          t = (t * n) / d
          c += t
!     getcontext().prec -= 9
      return c
  




More information about the Python-checkins mailing list