Skip to content

Commit 937f238

Browse files
Since the long documentation already says "into", use that
1 parent 5aa43ab commit 937f238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ def add_invertible_flag(
11281128

11291129
report_group = parser.add_argument_group(
11301130
title="Report generation",
1131-
description="Generate a report in the specified format in the specified directory.",
1131+
description="Generate a report in the specified format into the specified directory.",
11321132
)
11331133
for report_type in sorted(defaults.REPORTER_NAMES):
11341134
if report_type not in {"memory-xml"}:

0 commit comments

Comments
 (0)