Skip to content

Commit 837ddc8

Browse files
committed
Fix indentation
1 parent 3f43b6e commit 837ddc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/schemes/elliptic_curves/hom_scalar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
sage: zero(E.random_point())
8282
(0 : 1 : 0)
8383
84-
Retrieving multiplication-by-`m` maps when `m` is divisible by the
85-
characteristic also works (since :issue:`37096`)::
84+
Retrieving multiplication-by-`m` maps when `m` is divisible by the
85+
characteristic also works (since :issue:`37096`)::
8686
8787
sage: E = EllipticCurve(GF(7), [1,0])
8888
sage: phi = E.scalar_multiplication(7); phi

0 commit comments

Comments
 (0)