Skip to content
Open
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
4 changes: 2 additions & 2 deletions doc/en/how-to/assert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ it is printed alongside the assertion introspection in the traceback.

See :ref:`assert-details` for more information on assertion introspection.

.. _`assertraises`:

Assertions about approximate equality
-------------------------------------

Expand Down Expand Up @@ -93,6 +91,8 @@ It also supports comparisons involving NaNs.

See :func:`pytest.approx` for details.

.. _`assertraises`:

Assertions about expected exceptions
------------------------------------------

Expand Down
Loading