Skip to content

Commit

Permalink
Fix Atgument typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek authored Apr 11, 2024
1 parent 6153f24 commit 0ba4651
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def _replace_parser(self, node: ast.Assign, imported_using_from: bool):

def report_findings(self) -> Tuple:
if self.main_parser_name is None:
raise ArgParserNotUsed("Atgument parser not used")
raise ArgParserNotUsed("Argument parser not used")

return self.actions, self.main_parser_name

Expand Down

0 comments on commit 0ba4651

Please sign in to comment.