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 7d6eea7 commit a6979afCopy full SHA for a6979af
llvm/utils/mlgo-utils/mlgo/corpus/flags.py
@@ -9,7 +9,7 @@ def add_verbosity_arguments(parser: ArgumentParser) -> None:
9
"""Adds the arguments for verbosity to the ArgumentParser
10
11
Arguments:
12
- parser -- the argument parser being modified with verbosity arguments
+ parser: The argument parser being modified with verbosity arguments.
13
"""
14
parser.add_argument(
15
"--verbosity",
0 commit comments