diff options
author | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 10:44:25 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 10:44:25 (GMT) |
commit | 84835ab1cb2a8ccfeeb4474d39130d972a3c563d (patch) | |
tree | 20902bead4bcb320b8def5259b3c4f239e9251ba /Doc/library/decimal.rst | |
parent | f26441609310c12826fe4b5bc896aafafa268763 (diff) | |
parent | d21e0b52f1421e253ecdc583faf5743133cac605 (diff) | |
download | cpython-84835ab1cb2a8ccfeeb4474d39130d972a3c563d.zip cpython-84835ab1cb2a8ccfeeb4474d39130d972a3c563d.tar.gz cpython-84835ab1cb2a8ccfeeb4474d39130d972a3c563d.tar.bz2 |
Issue #25161: Merge full stops from 3.4 into 3.5
Diffstat (limited to 'Doc/library/decimal.rst')
-rw-r--r-- | Doc/library/decimal.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index 5d7ffff..2de0ea0 100644 --- a/Doc/library/decimal.rst +++ b/Doc/library/decimal.rst @@ -841,7 +841,7 @@ Decimal objects Engineering notation has an exponent which is a multiple of 3, so there are up to 3 digits left of the decimal place. For example, converts - ``Decimal('123E+1')`` to ``Decimal('1.23E+3')`` + ``Decimal('123E+1')`` to ``Decimal('1.23E+3')``. .. method:: to_integral(rounding=None, context=None) |