Skip to content

Commit 4a3ffcc

Browse files
mmaterarocky
authored andcommitted
Update lists.py
1 parent 273ca51 commit 4a3ffcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mathics/builtin/lists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5837,7 +5837,7 @@ def validate(exprs):
58375837
)
58385838
else:
58395839
self.error_idx += 1
5840-
symbol = Expression(SymbolMakeBoxes, Symbol(SymbolAssociation), f)
5840+
symbol = Expression(SymbolMakeBoxes, SymbolAssociation, f)
58415841
expr = Expression(
58425842
"RowBox", Expression(SymbolList, symbol, *list_boxes(rules, f, "[", "]"))
58435843
)

0 commit comments

Comments
 (0)