doc: improve help for filterwarnings

This commit is contained in:
Daniel Hahler 2019-07-20 06:08:22 +02:00
parent fbb7f663be
commit 83351a3368
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def pytest_addoption(parser):
type="linelist",
help="Each line specifies a pattern for "
"warnings.filterwarnings. "
"Processed after -W and --pythonwarnings.",
"Processed after -W/--pythonwarnings.",
)