]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Update floatingpoint.rst (#110509)
authorzipperer <47086307+zipperer@users.noreply.github.com>
Sun, 8 Oct 2023 00:07:36 +0000 (19:07 -0500)
committerGitHub <noreply@github.com>
Sun, 8 Oct 2023 00:07:36 +0000 (17:07 -0700)
commit8e56d551ceef37a307280bcc5303bf69ccc9f9c1
tree458eb941532877a22aab2cdb85d57c4548234b2a
parentdd9d781da30aa3740e54c063a40413c542d78c25
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::`
Doc/tutorial/floatingpoint.rst