Skip to content

Commit 6fb60ef

Browse files
Update Doc/library/decimal.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 228091a commit 6fb60ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/decimal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ floating-point flying circus:
240240
>>> c % a
241241
Decimal('0.77')
242242

243-
Decimals could be formatted in fixed-point or scientific notation, using same
243+
Decimals can be formatted in fixed-point or scientific notation, using the same
244244
formatting syntax (see :ref:`formatspec`) as builtin :class:`float` type:
245245

246246
.. doctest::

0 commit comments

Comments
 (0)