Skip to content

Commit 83351a3

Browse files
committed
doc: improve help for filterwarnings
1 parent fbb7f66 commit 83351a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/warnings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def pytest_addoption(parser):
4242
type="linelist",
4343
help="Each line specifies a pattern for "
4444
"warnings.filterwarnings. "
45-
"Processed after -W and --pythonwarnings.",
45+
"Processed after -W/--pythonwarnings.",
4646
)
4747

4848

0 commit comments

Comments
 (0)