Skip to content

Commit e6e0f26

Browse files
Update action_helpers.c
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
1 parent 88a0296 commit e6e0f26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Parser/action_helpers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ _PyPegen_setup_full_format_spec(Parser *p, Token *colon, asdl_expr_seq *spec, in
10021002
PyUnicode_GET_LENGTH(item->v.Constant.value) == 0) {
10031003
continue;
10041004
}
1005-
asdl_seq_SET(resized_spec, j++, item);
1005+
asdl_seq_SET(resized_spec, j++, item);
10061006
}
10071007
assert(j == non_empty_count);
10081008
spec = resized_spec;

0 commit comments

Comments
 (0)