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

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Aug 16 01:51:41 CEST 2004


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

Modified Files:
	libdecimal.tex 
Log Message:
Fix punctuation typo.

Index: libdecimal.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdecimal.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** libdecimal.tex	15 Aug 2004 23:47:48 -0000	1.15
--- libdecimal.tex	15 Aug 2004 23:51:38 -0000	1.16
***************
*** 372,376 ****
    of an equivalence class. For example, \code{Decimal("32.100")} and
    \code{Decimal("0.321000e+2")} both normalize to the equivalent value
!   \code{Decimal("32.1")},
  \end{methoddesc}                                              
  
--- 372,376 ----
    of an equivalence class. For example, \code{Decimal("32.100")} and
    \code{Decimal("0.321000e+2")} both normalize to the equivalent value
!   \code{Decimal("32.1")}.
  \end{methoddesc}                                              
  



More information about the Python-checkins mailing list