Fix reference link

This commit is contained in:
Olga Matoula 2022-01-13 18:11:24 +00:00
parent 51ea042162
commit 35d27d2346
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ Using ``pytest.warns(None)``
Its correct usage was checking that the code emits at least one warning of any type - like ``pytest.warns()``
or ``pytest.warns(Warning)``.
See :ref:`warns-use-cases` for examples.
See :ref:`warns use cases` for examples.
The ``--strict`` command-line option
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~