Skip to content

Commit a44c4b4

Browse files
committed
Merge suggestion from GitHub code review
2 parents 2cbf8d8 + a7de7b9 commit a44c4b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

master/custom/factories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ def __init__(self, source, *, extra_tags=[], **kwargs):
962962
extra_tags.append("nondebug")
963963
self.buildersuffix += self.append_suffix
964964
if self.pydebug:
965-
# The debug the WASI buildbot is meant for 3.11 and 3.12 only.
965+
# The debug WASI buildbot is meant for 3.11 and 3.12 only.
966966
# Don't use it on PRs; it's tier 3 only and getting it to
967967
# work on PRs against `main` is too much work.
968968
self.branches = {BRANCHES[3, 11], BRANCHES[3, 12]}

0 commit comments

Comments
 (0)