Skip to content

Commit cadec39

Browse files
committed
Satisfy lint
1 parent ef5b89a commit cadec39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sage/rings/function_field/jacobian_base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,8 +667,7 @@ def __call__(self, x):
667667
sage: D2 = I.divisor()
668668
sage: J = F.jacobian(model='hess')
669669
sage: J(D1)
670-
[Place (x + 1, y + 2)
671-
+ Place (x + 2, y + 2)]
670+
[Place (x + 1, y + 2) + Place (x + 2, y + 2)]
672671
sage: J(D2)
673672
Traceback (most recent call last):
674673
...

0 commit comments

Comments
 (0)