Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyx4 committed Oct 30, 2021
1 parent 739312c commit 753cd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/schemes/elliptic_curves/hom_composite.py
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ def is_injective(self):
In other words, return ``True`` if and only if ``self`` is a
purely inseparable isogeny.
EXAMPLE::
EXAMPLES::
sage: from sage.schemes.elliptic_curves.hom_composite import EllipticCurveHom_composite
sage: E = EllipticCurve([1,0])
Expand Down

0 comments on commit 753cd68

Please sign in to comment.