mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Typo fix
This commit is contained in:
parent
06fa042034
commit
7ec7584813
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue