Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
janluke committed May 8, 2022
1 parent 12e883a commit ec24cdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cloup/_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,8 +674,7 @@ def _process_unexpected_kwarg_error(
arg = match.group()
info = args_info[arg]
extra_info = reindent(f"""\n
HINT: you set cls={cls} but this class
doesn't support the argument "{arg}".
HINT: you set cls={cls} but this class doesn't support the argument "{arg}".
In Cloup, this argument is supported by {info.supported_by}
via {info.requires.__name__}.
""", 4)
Expand Down

0 comments on commit ec24cdd

Please sign in to comment.