Update floatingpoint.rst (#110509)

This commit removes a ':'. I believe the extra colon causes a display error.

What I believe to be an error:
Above this expression
`round(math.pi, ndigits=2) == round(22 / 7, ndigits=2)`
the page displays `.. doctest::`.

What I observed:
After I remove the extra colon, the page does not display `.. doctest::`
This commit is contained in:
zipperer 2023-10-07 19:07:36 -05:00 committed by GitHub
parent dd9d781da3
commit 8e56d551ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,7 @@ the :func:`math.isclose` function can be useful for comparing inexact values:
True
Alternatively, the :func:`round` function can be used to compare rough
approximations::
approximations:
.. doctest::