We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4245525 commit 4e59303Copy full SHA for 4e59303
mathics/builtin/assignment.py
@@ -75,7 +75,7 @@ def assign_elementary(self, lhs, rhs, evaluation, tags=None, upset=False):
75
if name == "System`Condition" and len(lhs.leaves) == 2:
76
# This handle the case of many sucesive conditions:
77
# f[x_]/; cond1 /; cond2 ...
78
- # is resumed to a single condition
+ # is summarized to a single condition
79
# f[x_]/; And[cond1, cond2, ...]
80
condition = [lhs._leaves[1]]
81
lhs = lhs._leaves[0]
0 commit comments