Update capture-warnings.rst

This commit is contained in:
Dan Alvizu 2021-12-30 19:49:40 -07:00 committed by GitHub
parent 3b0132a807
commit 40c49daafd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Controlling warnings
-------------------- --------------------
Similar to Python's `warning filter` and :option:`-W option <python:-W>` flag, pytest provides Similar to Python's `warning filter` and :option:`-W option <python:-W>` flag, pytest provides
its own a ``-W`` flag to control which warnings are ignored, displayed, or turned into 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. advanced use-cases.