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

Skip to content

Commit b58f46f

Browse files
committed
Remove leftover word.
1 parent 8f40e09 commit b58f46f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tutorial/floatingpoint.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ nearest approximate binary fraction. For example, the numbers ``0.1`` and
7878
``0.10000000000000001`` and
7979
``0.1000000000000000055511151231257827021181583404541015625`` are all
8080
approximated by ``3602879701896397 / 2 ** 55``. Since all of these decimal
81-
values share the same approximation, any one of them could be displayed and
81+
values share the same approximation, any one of them could be displayed
8282
while still preserving the invariant ``eval(repr(x)) == x``.
8383

8484
Historically, the Python prompt and built-in :func:`repr` function would chose

0 commit comments

Comments
 (0)