From 4b3c258627daf0490fca1d789e5758474b2574df Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 23 Apr 2022 17:53:00 +0300 Subject: [PATCH] Add missing space --- src/_pytest/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" ), )