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.
2 parents 0e54c26 + 0d2a972 commit 1336ecbCopy full SHA for 1336ecb
1 file changed
src/bootstrap/bootstrap.py
@@ -1264,7 +1264,7 @@ def parse_args(args):
1264
1265
# Pass allow_abbrev=False to remove support for inexact matches (e.g.,
1266
# `--json` turning on `--json-output`). The argument list here is partial,
1267
- # most flags are matched in the Rust bootstrap code. This prevents the the
+ # most flags are matched in the Rust bootstrap code. This prevents the
1268
# default ambiguity checks in argparse from functioning correctly.
1269
parser = argparse.ArgumentParser(add_help=False, allow_abbrev=False)
1270
parser.add_argument("-h", "--help", action="store_true")
0 commit comments