diff --git a/tests/regr_test.py b/tests/regr_test.py index fc9f4b135..5c5d695a1 100644 --- a/tests/regr_test.py +++ b/tests/regr_test.py @@ -75,7 +75,7 @@ parser.add_argument( nargs="*", action="extend", help=( - "Run mypy for certain Python versions (defaults to sys.version_info[:2])" + "Run mypy for certain Python versions (defaults to sys.version_info[:2]). " "Note that this cannot be specified if --all is also specified." ), )