Skip to content

Commit

Permalink
src/sage/schemes/elliptic_curves/ell_curve_isogeny.py: Revert add of …
Browse files Browse the repository at this point in the history
…blank line in doctest
  • Loading branch information
Matthias Koeppe committed Jun 3, 2024
1 parent 968a3fe commit 2a3f2bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/schemes/elliptic_curves/ell_curve_isogeny.py
Original file line number Diff line number Diff line change
Expand Up @@ -3719,7 +3719,6 @@ def compute_intermediate_curves(E1, E2):
EXAMPLES::
sage: from sage.schemes.elliptic_curves.ell_curve_isogeny import compute_intermediate_curves
sage: E = EllipticCurve(GF(83), [1,0,1,1,0])
sage: R.<x> = GF(83)[]; f = x + 24
sage: phi = EllipticCurveIsogeny(E, f)
Expand Down

0 comments on commit 2a3f2bf

Please sign in to comment.