Skip to content

Commit 51a6c42

Browse files
author
Matthias Koeppe
committed
src/sage/symbolic/expression.pyx: Fix bad use of line continuation
1 parent 3b41b87 commit 51a6c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/symbolic/expression.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Check that :trac:`9880` is fixed::
238238
11/27*b_0/((2^b_2)^2*(2^b_1)^2*(2^b_0)^2) - \
239239
11/27*b_1/((2^b_2)^2*(2^b_1)^2*(2^b_0)^2) - \
240240
11/27*b_2/((2^b_2)^2*(2^b_1)^2*(2^b_0)^2) + \
241-
64/81/((2^b_2)^2*(2^b_1)^2*(2^b_0)^2) + 35/81 \
241+
64/81/((2^b_2)^2*(2^b_1)^2*(2^b_0)^2) + 35/81
242242
sage: f.nops()
243243
38
244244

0 commit comments

Comments
 (0)