]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 16 Aug 2004 16:12:23 +0000 (16:12 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 16 Aug 2004 16:12:23 +0000 (16:12 +0000)
Doc/lib/libdecimal.tex

index be71b2f2f5258a88b18ab48a4d78837700a5d02e..11daf7154479aedca5c99d0fbfda80dedf07e2ca 100644 (file)
@@ -883,7 +883,7 @@ The number system for the \module{decimal} module provides special
 values including \constant{NaN}, \constant{sNaN}, \constant{-Infinity},
 \constant{Infinity}, and two zeroes, \constant{+0} and \constant{-0}.
 
-Infinities can constructed directly with:  \code{Decimal('Infinity')}. Also,
+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
 trapped, infinity can result from rounding beyond the limits of the largest