We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5e7e8 commit 9cb0001Copy full SHA for 9cb0001
toolchain/mfc/args.py
@@ -17,7 +17,7 @@ def parse(config):
17
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
18
)
19
20
- # Here are all of the parser arguments that call fuctions in other python files
+ # Here are all of the parser arguments that call functions in other python files
21
parsers = parser.add_subparsers(dest="command")
22
run = parsers.add_parser(name="run", help="Run a case with MFC.", formatter_class=argparse.ArgumentDefaultsHelpFormatter)
23
test = parsers.add_parser(name="test", help="Run MFC's test suite.", formatter_class=argparse.ArgumentDefaultsHelpFormatter)
0 commit comments