diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-08-16 16:12:23 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-08-16 16:12:23 (GMT) |
commit | 7ec75848139f2ed9cfa136fd7d3e0aa557112b38 (patch) | |
tree | 1fa6081ce99fd73b90bdbe831a55c1b08e74052e /Doc | |
parent | 06fa0420343c7e1f258610942e867918b580640f (diff) | |
download | cpython-7ec75848139f2ed9cfa136fd7d3e0aa557112b38.zip cpython-7ec75848139f2ed9cfa136fd7d3e0aa557112b38.tar.gz cpython-7ec75848139f2ed9cfa136fd7d3e0aa557112b38.tar.bz2 |
Typo fix
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libdecimal.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdecimal.tex b/Doc/lib/libdecimal.tex index be71b2f..11daf71 100644 --- a/Doc/lib/libdecimal.tex +++ b/Doc/lib/libdecimal.tex @@ -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 |