diff --git a/src/_pytest/main.py b/src/_pytest/main.py index f2f0c6671..31f3e8c90 100644 --- a/src/_pytest/main.py +++ b/src/_pytest/main.py @@ -221,7 +221,7 @@ def pytest_addoption(parser: Parser) -> None: type=validate_basetemp, metavar="dir", help=( - "base temporary directory for this test run." + "base temporary directory for this test run. " "(warning: this directory is removed if it exists)" ), )