[Python-checkins] python/dist/src/Doc/lib libdecimal.tex,1.16,1.17

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Mon Aug 16 18:12:33 CEST 2004


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

Modified Files:
	libdecimal.tex 
Log Message:
Typo fix

Index: libdecimal.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdecimal.tex,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** libdecimal.tex	15 Aug 2004 23:51:38 -0000	1.16
--- libdecimal.tex	16 Aug 2004 16:12:23 -0000	1.17
***************
*** 884,888 ****
  \constant{Infinity}, and two zeroes, \constant{+0} and \constant{-0}.
  
! Infinities can constructed directly with:  \code{Decimal('Infinity')}. Also,
  they can arise from dividing by zero when the \exception{DivisionByZero}
  signal is not trapped.  Likewise, when the \exception{Overflow} signal is not
--- 884,888 ----
  \constant{Infinity}, and two zeroes, \constant{+0} and \constant{-0}.
  
! Infinities can be constructed directly with:  \code{Decimal('Infinity')}. Also,
  they can arise from dividing by zero when the \exception{DivisionByZero}
  signal is not trapped.  Likewise, when the \exception{Overflow} signal is not



More information about the Python-checkins mailing list