Skip to content

Commit d37fcdc

Browse files
kwankyuMatthias Koeppe
authored andcommitted
src/sage/dynamics/arithmetic_dynamics/wehlerK3.py: Fix bad use of line continuation
1 parent 88cc3e7 commit d37fcdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/dynamics/arithmetic_dynamics/wehlerK3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def Qxa(self, a):
474474
sage: Z = x0^2*y0^2 + 3*x0*x1*y0^2 + x1^2*y0^2 + 4*x0^2*y0*y1 + 3*x0*x1*y0*y1 \
475475
- 2*x2^2*y0*y1 - x0^2*y1^2 + 2*x1^2*y1^2 - x0*x2*y1^2 - 4*x1*x2*y1^2 \
476476
+ 5*x0*x2*y0*y2 \
477-
- 4*x1*x2*y0*y2 + 7*x0^2*y1*y2 + 4*x1^2*y1*y2 + x0*x1*y2^2 + 3*x2^2*y2^2 \
477+
- 4*x1*x2*y0*y2 + 7*x0^2*y1*y2 + 4*x1^2*y1*y2 + x0*x1*y2^2 + 3*x2^2*y2^2
478478
sage: Y = x0*y0 + x1*y1 + x2*y2
479479
sage: X = WehlerK3Surface([Z, Y])
480480
sage: T = PP(1, 1, 0, 1, 0, 0)

0 commit comments

Comments
 (0)