From 90a480044a080b1f3020e0ff9f26ecfe15ff5d46 Mon Sep 17 00:00:00 2001 From: Dan Alvizu Date: Mon, 3 Jan 2022 16:56:57 -0700 Subject: [PATCH] Update doc/en/how-to/capture-warnings.rst Co-authored-by: Hugo van Kemenade --- doc/en/how-to/capture-warnings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/how-to/capture-warnings.rst b/doc/en/how-to/capture-warnings.rst index 0656395d4..5575c115d 100644 --- a/doc/en/how-to/capture-warnings.rst +++ b/doc/en/how-to/capture-warnings.rst @@ -47,7 +47,7 @@ Controlling warnings Similar to Python's `warning filter` and :option:`-W option ` flag, pytest provides its own ``-W`` flag to control which warnings are ignored, displayed, or turned into -errors. See the `warning filter` documentation for more +errors. See the `warning filter_` documentation for more advanced use-cases. .. _`warning filter`: https://docs.python.org/3/library/warnings.html#warning-filter