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

Commit fe002eb

Browse files
author
Anna Somoza
committed
Add missing endline in documentation
1 parent 12069c7 commit fe002eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/schemes/hyperelliptic_curves/constructor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ def HyperellipticCurve(f, h=0, names=None, PP=None, check_squarefree=True):
185185
True
186186
187187
Check that the inheritance is correct::
188+
188189
sage: R.<t> = PolynomialRing(GF(next_prime(10^9)))
189190
sage: C = HyperellipticCurve(t^5 + t + 1)
190191
sage: type(C).mro()

0 commit comments

Comments
 (0)