Skip to content

Commit 80b0bb1

Browse files
committed
reflect this change in the documentation
1 parent 440cff0 commit 80b0bb1

File tree

1 file changed

+8
-7
lines changed
  • src/sage/schemes/elliptic_curves

1 file changed

+8
-7
lines changed

src/sage/schemes/elliptic_curves/hom.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
"""
22
Elliptic-curve morphisms
33
4-
This class serves as a common parent for various specializations
5-
of morphisms between elliptic curves. In the future, some of the
6-
code currently contained in the EllipticCurveIsogeny class should
7-
be moved here, and new code for cases not currently covered by the
8-
EllipticCurveIsogeny class should inherit from this class in order
9-
to eventually provide a uniform interface for all elliptic-curve
10-
maps --- regardless of differences in internal representations.
4+
This class serves as a common parent for various specializations of
5+
morphisms between elliptic curves, with the aim of providing a common
6+
interface regardless of implementation details.
7+
8+
Current implementations of elliptic-curve morphisms (child classes):
9+
10+
- :class:`EllipticCurveIsogeny`
11+
- :class:`sage.schemes.elliptic_curves.weierstrass_morphism.WeierstrassIsomorphism`
1112
1213
AUTHORS:
1314

0 commit comments

Comments
 (0)