File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/sage/schemes/elliptic_curves Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -503,7 +503,7 @@ def dual(self):
503
503
504
504
def inseparable_degree (self ):
505
505
"""
506
- Return the degree of this Frobenius isogeny.
506
+ Return the inseparable degree of this Frobenius isogeny.
507
507
508
508
Since this class implements only purely inseparable isogenies,
509
509
the inseparable degree equals the degree.
Original file line number Diff line number Diff line change @@ -202,8 +202,8 @@ def summands(self):
202
202
def to_isogeny_chain (self ):
203
203
r"""
204
204
Convert this formal sum of elliptic-curve morphisms into a
205
- :class:`EllipticCurveHom_composite` object representing the
206
- same morphism.
205
+ :class:`~sage.schemes.elliptic_curves.hom_composite. EllipticCurveHom_composite`
206
+ object representing the same morphism.
207
207
208
208
EXAMPLES::
209
209
@@ -466,7 +466,7 @@ def degree(self):
466
466
r"""
467
467
Return the degree of this sum morphism.
468
468
469
- EXAMPLES:
469
+ EXAMPLES::
470
470
471
471
sage: E = EllipticCurve(GF(101), [5,5])
472
472
sage: phi = E.isogenies_prime_degree(7)[0]
You can’t perform that action at this time.
0 commit comments