diff --git a/mathics/builtin/numbers/calculus.py b/mathics/builtin/numbers/calculus.py index a9ea7c236..2c9d0be39 100644 --- a/mathics/builtin/numbers/calculus.py +++ b/mathics/builtin/numbers/calculus.py @@ -1614,7 +1614,7 @@ class Root(SympyFunction): Roots that can't be represented by radicals: >> Root[#1 ^ 5 + 2 #1 + 1&, 2] - = Root[#1 ^ 5 + 2 #1 + 1&, 2] + = Root[1 + #1 ^ 5 + 2 #1&, 2] """ messages = {