Skip to content

Commit a6979af

Browse files
Update llvm/utils/mlgo-utils/mlgo/corpus/flags.py
Co-authored-by: Aiden Grossman <[email protected]>
1 parent 7d6eea7 commit a6979af

File tree

1 file changed

+1
-1
lines changed
  • llvm/utils/mlgo-utils/mlgo/corpus

1 file changed

+1
-1
lines changed

llvm/utils/mlgo-utils/mlgo/corpus/flags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def add_verbosity_arguments(parser: ArgumentParser) -> None:
99
"""Adds the arguments for verbosity to the ArgumentParser
1010
1111
Arguments:
12-
parser -- the argument parser being modified with verbosity arguments
12+
parser: The argument parser being modified with verbosity arguments.
1313
"""
1414
parser.add_argument(
1515
"--verbosity",

0 commit comments

Comments
 (0)