Skip to content

Commit 576ebbb

Browse files
Update mypy/main.py: typo help → helpful
1 parent 9c8c2a1 commit 576ebbb

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
@@ -389,7 +389,7 @@ def add_argument(
389389
ValueError(
390390
"Mypy-internal CLI documentation style error: help description for the Report generation flag"
391391
+ f" {name_or_flags} was unexpectedly provided. (Currently, '{help}'.)"
392-
+ " This check is in the code because we assume there's nothing help to say about the report flags."
392+
+ " This check is in the code because we assume there's nothing helpful to say about the report flags."
393393
+ " If you're improving that situation, feel free to remove this check."
394394
)
395395
else:

0 commit comments

Comments
 (0)