Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Fix typo. (#2574)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenroller authored Apr 17, 2020
1 parent 76ad781 commit 76cbbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parlai/scripts/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ def help(cls, **kwargs):
f = io.StringIO()
parser = cls.setup_args()
parser.prog = cls.__name__
parser.add_extra_args(parser._kwargs_to_strargs(**kwargs))
parser.add_extra_args(parser._kwargs_to_str_args(**kwargs))
parser.print_help(f)
return f.getvalue()

0 comments on commit 76cbbef

Please sign in to comment.