From 3b0132a807cb6999ed555022415729b32b26e281 Mon Sep 17 00:00:00 2001 From: Dan Alvizu Date: Thu, 30 Dec 2021 15:44:22 -0700 Subject: [PATCH] Update capture-warnings.rst --- doc/en/how-to/capture-warnings.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/en/how-to/capture-warnings.rst b/doc/en/how-to/capture-warnings.rst index 71d0fe97c..155b63029 100644 --- a/doc/en/how-to/capture-warnings.rst +++ b/doc/en/how-to/capture-warnings.rst @@ -106,11 +106,6 @@ all other warnings into errors. When a warning matches more than one option in the list, the action for the last matching option is performed. -Syntax ------- - -Both ``-W`` command-line option and ``filterwarnings`` ini option are based on Python's own - .. _`filterwarnings`: