Skip to content

Commit 4e59303

Browse files
committed
fix misstranslation
1 parent 4245525 commit 4e59303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics/builtin/assignment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def assign_elementary(self, lhs, rhs, evaluation, tags=None, upset=False):
7575
if name == "System`Condition" and len(lhs.leaves) == 2:
7676
# This handle the case of many sucesive conditions:
7777
# f[x_]/; cond1 /; cond2 ...
78-
# is resumed to a single condition
78+
# is summarized to a single condition
7979
# f[x_]/; And[cond1, cond2, ...]
8080
condition = [lhs._leaves[1]]
8181
lhs = lhs._leaves[0]

0 commit comments

Comments
 (0)