Skip to content

Commit

Permalink
Satisfy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Dec 4, 2024
1 parent ef5b89a commit cadec39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sage/rings/function_field/jacobian_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,8 +667,7 @@ def __call__(self, x):
sage: D2 = I.divisor()
sage: J = F.jacobian(model='hess')
sage: J(D1)
[Place (x + 1, y + 2)
+ Place (x + 2, y + 2)]
[Place (x + 1, y + 2) + Place (x + 2, y + 2)]
sage: J(D2)
Traceback (most recent call last):
...
Expand Down

0 comments on commit cadec39

Please sign in to comment.