From 35d27d234665bc5d079bfea0a97e6333c21b7995 Mon Sep 17 00:00:00 2001 From: Olga Matoula Date: Thu, 13 Jan 2022 18:11:24 +0000 Subject: [PATCH] Fix reference link --- doc/en/deprecations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/deprecations.rst b/doc/en/deprecations.rst index 0851341ba..a667fc4cc 100644 --- a/doc/en/deprecations.rst +++ b/doc/en/deprecations.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~