Skip to content

Commit a2e1aae

Browse files
committed
some tiny docstring corrections
1 parent 7b4199f commit a2e1aae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/sage/schemes/elliptic_curves/hom_frobenius.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ def dual(self):
503503

504504
def inseparable_degree(self):
505505
"""
506-
Return the degree of this Frobenius isogeny.
506+
Return the inseparable degree of this Frobenius isogeny.
507507
508508
Since this class implements only purely inseparable isogenies,
509509
the inseparable degree equals the degree.

src/sage/schemes/elliptic_curves/hom_sum.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ def summands(self):
202202
def to_isogeny_chain(self):
203203
r"""
204204
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.
207207
208208
EXAMPLES::
209209
@@ -466,7 +466,7 @@ def degree(self):
466466
r"""
467467
Return the degree of this sum morphism.
468468
469-
EXAMPLES:
469+
EXAMPLES::
470470
471471
sage: E = EllipticCurve(GF(101), [5,5])
472472
sage: phi = E.isogenies_prime_degree(7)[0]

0 commit comments

Comments
 (0)