Skip to content

Commit a5072d4

Browse files
authored
Merge pull request #2087 from kotborealis/fix-typo
fix: typo truple -> tuple
2 parents 15733f2 + d81b230 commit a5072d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/buildstream/_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ def _load_elements(self, target_groups):
14571457
# Given the usual set of target element names/artifact refs, load
14581458
# the `Element` objects required to describe the selection.
14591459
#
1460-
# The result is returned as a truple - firstly the loaded normal
1460+
# The result is returned as a tuple - firstly the loaded normal
14611461
# elements, secondly the loaded "excepting" elements and lastly
14621462
# the loaded artifact elements.
14631463
#

0 commit comments

Comments
 (0)