Skip to content

Commit 2ac9a73

Browse files
Update for_helpers.py
1 parent 17a5d6d commit 2ac9a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/for_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ def make_for_loop_generator(
439439

440440
rtyp = builder.node_type(expr)
441441
if is_sequence_rprimitive(rtyp):
442-
# Special case "for x in <list>".
442+
# Special case "for x in <list/tuple/str/bytes>".
443443
target_type = builder.get_sequence_type(expr)
444444
for_list = ForSequence(builder, index, body_block, loop_exit, line, nested)
445445

0 commit comments

Comments
 (0)