We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef6170 commit a6f66eeCopy full SHA for a6f66ee
lmfdb/genus2_curves/main.py
@@ -579,7 +579,7 @@ class G2C_download(Downloader):
579
["eqn"],
580
{
581
"magma": 'QQx<x> := PolynomialRing(Rationals());\n curve := HyperellipticCurve(QQx!(out`eqn[1]), QQx!(out`eqn[2]));',
582
- "sage": 'QQx.<x> := QQ[]\n curve = HyperellipticCurve(QQx(out["eqn"][0]), QQx(out["eqn"][1]))',
+ "sage": 'QQx.<x> = QQ[]\n curve = HyperellipticCurve(QQx(out["eqn"][0]), QQx(out["eqn"][1]))',
583
"gp": 'curve = apply(Polrev, mapget(out, "eqn"));',
584
}
585
),
0 commit comments