Skip to content

Commit 1336ecb

Browse files
Rollup merge of #155262 - DanielEScherzer:bootstrap-duplicate-the, r=Zalathar
bootstrap.py: fix duplicated "the"
2 parents 0e54c26 + 0d2a972 commit 1336ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bootstrap/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ def parse_args(args):
12641264

12651265
# Pass allow_abbrev=False to remove support for inexact matches (e.g.,
12661266
# `--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
1267+
# most flags are matched in the Rust bootstrap code. This prevents the
12681268
# default ambiguity checks in argparse from functioning correctly.
12691269
parser = argparse.ArgumentParser(add_help=False, allow_abbrev=False)
12701270
parser.add_argument("-h", "--help", action="store_true")

0 commit comments

Comments
 (0)