Skip to content

Commit 753cd68

Browse files
committed
fix typo in docstring
1 parent 739312c commit 753cd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/schemes/elliptic_curves/hom_composite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ def is_injective(self):
773773
In other words, return ``True`` if and only if ``self`` is a
774774
purely inseparable isogeny.
775775
776-
EXAMPLE::
776+
EXAMPLES::
777777
778778
sage: from sage.schemes.elliptic_curves.hom_composite import EllipticCurveHom_composite
779779
sage: E = EllipticCurve([1,0])

0 commit comments

Comments
 (0)