Skip to content

Commit 0f3c940

Browse files
Update clang_tools/wheel.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 735240c commit 0f3c940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang_tools/wheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
def get_parser() -> ArgumentParser:
6-
"""Get and parser to interpret CLI args."""
6+
"""Get a parser to interpret CLI args."""
77
parser = ArgumentParser(description="Install specified clang tool wheel")
88
parser.add_argument(
99
"--tool",

0 commit comments

Comments
 (0)