From b80472c5bc41144335a49dc5f4b26949ffd8128f Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Tue, 8 Feb 2022 00:52:42 +0200 Subject: [PATCH] doc: fix a reference --- 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 d9fb4d6b0..4eaa80e2f 100644 --- a/doc/en/deprecations.rst +++ b/doc/en/deprecations.rst @@ -16,7 +16,7 @@ Deprecated Features ------------------- Below is a complete list of all pytest features which are considered deprecated. Using those features will issue -:class:`PytestWarning` or subclasses, which can be filtered using :ref:`standard warning filters `. +:class:`~pytest.PytestWarning` or subclasses, which can be filtered using :ref:`standard warning filters `. .. _instance-collector-deprecation: