Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace all :trac: with :issue: in docstrings #37390

Merged
4 commits merged into from
Mar 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/sage/schemes/elliptic_curves/hom_scalar.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
sage: zero(E.random_point())
(0 : 1 : 0)

Due to a bug (:issue:`6413`), retrieving multiplication-by-`m` maps
when `m` is divisible by the characteristic currently fails::
Retrieving multiplication-by-`m` maps when `m` is divisible by the
characteristic also works (since :issue:`37096`)::

GiacomoPope marked this conversation as resolved.
Show resolved Hide resolved
sage: E = EllipticCurve(GF(7), [1,0])
sage: phi = E.scalar_multiplication(7); phi
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.