summaryrefslogtreecommitdiffstats
path: root/Doc/library/decimal.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-10-10 10:36:22 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2015-10-10 10:36:22 (GMT)
commitd21e0b52f1421e253ecdc583faf5743133cac605 (patch)
treeeba56801810249775eda33388a92bf6d3c8e69e0 /Doc/library/decimal.rst
parentcfad54344f570c1e833d92289ac571da7315b164 (diff)
downloadcpython-d21e0b52f1421e253ecdc583faf5743133cac605.zip
cpython-d21e0b52f1421e253ecdc583faf5743133cac605.tar.gz
cpython-d21e0b52f1421e253ecdc583faf5743133cac605.tar.bz2
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Diffstat (limited to 'Doc/library/decimal.rst')
-rw-r--r--Doc/library/decimal.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst
index 759be70..ca41c3a 100644
--- a/Doc/library/decimal.rst
+++ b/Doc/library/decimal.rst
@@ -845,7 +845,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)