From 7e82f6fc38e4b48860e3e98f657cc7d0d8deef24 Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Tue, 20 Apr 2021 15:18:53 +0200 Subject: [PATCH] Logging docs: fix reference to pytest.LogCaptureFixture. --- doc/en/how-to/logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/how-to/logging.rst b/doc/en/how-to/logging.rst index 317d6134e..ef477dc4f 100644 --- a/doc/en/how-to/logging.rst +++ b/doc/en/how-to/logging.rst @@ -167,7 +167,7 @@ the records for the ``setup`` and ``call`` stages during teardown like so: -The full API is available at :class:`_pytest.logging.LogCaptureFixture`. +The full API is available at :class:`pytest.LogCaptureFixture`. .. _live_logs: