Skip to content

Commit 72aa4a6

Browse files
Update Tools/cases_generator/analyzer.py
Co-authored-by: Ken Jin <[email protected]>
1 parent ce421ad commit 72aa4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/cases_generator/analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ def compute_properties(op: parser.CodeDef) -> Properties:
869869
)
870870

871871
def expand(items: list[StackItem], oparg: int) -> list[StackItem]:
872-
# Only replace array item with scalar if no more than item is an array
872+
# Only replace array item with scalar if no more than one item is an array
873873
index = -1
874874
for i, item in enumerate(items):
875875
if "oparg" in item.size:

0 commit comments

Comments
 (0)