Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a931463

Browse files
committed
#13730 grammar fix
1 parent fffbfbd commit a931463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/decimal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ arithmetic. It offers several advantages over the :class:`float` datatype:
2929
people learn at school." -- excerpt from the decimal arithmetic specification.
3030

3131
* Decimal numbers can be represented exactly. In contrast, numbers like
32-
:const:`1.1` and :const:`2.2` do not have an exact representations in binary
32+
:const:`1.1` and :const:`2.2` do not have exact representations in binary
3333
floating point. End users typically would not expect ``1.1 + 2.2`` to display
3434
as :const:`3.3000000000000003` as it does with binary floating point.
3535

0 commit comments

Comments
 (0)