We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa43ab commit 937f238Copy full SHA for 937f238
mypy/main.py
@@ -1128,7 +1128,7 @@ def add_invertible_flag(
1128
1129
report_group = parser.add_argument_group(
1130
title="Report generation",
1131
- description="Generate a report in the specified format in the specified directory.",
+ description="Generate a report in the specified format into the specified directory.",
1132
)
1133
for report_type in sorted(defaults.REPORTER_NAMES):
1134
if report_type not in {"memory-xml"}:
0 commit comments