Add missing space

This commit is contained in:
Hugo van Kemenade 2022-04-23 17:53:00 +03:00
parent ff086ddd07
commit 4b3c258627
1 changed files with 1 additions and 1 deletions

View File

@ -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)"
),
)