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 735240c commit 0f3c940Copy full SHA for 0f3c940
clang_tools/wheel.py
@@ -3,7 +3,7 @@
3
4
5
def get_parser() -> ArgumentParser:
6
- """Get and parser to interpret CLI args."""
+ """Get a parser to interpret CLI args."""
7
parser = ArgumentParser(description="Install specified clang tool wheel")
8
parser.add_argument(
9
"--tool",
0 commit comments