Skip to content

Commit

Permalink
remove unimportant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbruin committed May 10, 2024
1 parent 0e8e479 commit fa73364
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sage/schemes/elliptic_curves/ell_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,6 @@ def curve(self):
return self.scheme()


# While the class EllipticCurvePoint itself currently provides little
# functionality, inheritance from EllipticCurvePoint is checked in the
# __contains__() and __call__() methods of EllipticCurve_generic.
class EllipticCurvePoint_field(EllipticCurvePoint,
SchemeMorphism_point_abelian_variety_field):
"""
Expand Down

0 comments on commit fa73364

Please sign in to comment.