mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Merge with 3.2 #13730 grammar fix
This commit is contained in:
commit
ec6d7c89be
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ arithmetic. It offers several advantages over the :class:`float` datatype:
|
|||
people learn at school." -- excerpt from the decimal arithmetic specification.
|
||||
|
||||
* Decimal numbers can be represented exactly. In contrast, numbers like
|
||||
:const:`1.1` and :const:`2.2` do not have an exact representations in binary
|
||||
:const:`1.1` and :const:`2.2` do not have exact representations in binary
|
||||
floating point. End users typically would not expect ``1.1 + 2.2`` to display
|
||||
as :const:`3.3000000000000003` as it does with binary floating point.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue