Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: double colon at end of prose
The presence of a double colon is causing `.. doctest::` to outut into the docs themselves.

Removing the colon should allow it to parse properly.
  • Loading branch information
GriceTurrble authored Oct 6, 2023
commit affe4d70612eb5c608f476ad4bf65c10929e6938
2 changes: 1 addition & 1 deletion Doc/tutorial/floatingpoint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down