Commit 7ec75848 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Typo fix

parent 06fa0420
...@@ -883,7 +883,7 @@ The number system for the \module{decimal} module provides special ...@@ -883,7 +883,7 @@ The number system for the \module{decimal} module provides special
values including \constant{NaN}, \constant{sNaN}, \constant{-Infinity}, values including \constant{NaN}, \constant{sNaN}, \constant{-Infinity},
\constant{Infinity}, and two zeroes, \constant{+0} and \constant{-0}. \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} they can arise from dividing by zero when the \exception{DivisionByZero}
signal is not trapped. Likewise, when the \exception{Overflow} signal is not signal is not trapped. Likewise, when the \exception{Overflow} signal is not
trapped, infinity can result from rounding beyond the limits of the largest trapped, infinity can result from rounding beyond the limits of the largest
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment