Skip to content

Commit 731c1ba

Browse files
author
Release Manager
committed
gh-40111: fix reference in btquotient.py
I'm looking at https://doi.org/10.1112/S1461157013000235, and there is no Theorem 9. I think it should be 3.8 instead. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. URL: #40111 Reported by: Eloi Torrents Reviewer(s): Frédéric Chapoton
2 parents 4081fe3 + 006b10f commit 731c1ba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/pkgs/configure/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=343cae814ac674ace81de9f0af5eca6347fee347
3-
sha256=622cbdc34c528eb4594c553a2b8e9957d8d93fc3e439e91243985b24095217ec
2+
sha1=a93dfba9385785fee5bb0680b78d952eaa216ad1
3+
sha256=3fe296479bc7a527037131dec82145fe13ff75ab36dbdd08ff0b7208abf4f84a
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19e94c2106f252c28c17b55f6a8db1a19b45e00b
1+
87f5584e0fb4be08f671ed912e7b8171020b6cd2

src/sage/modular/btquotients/btquotient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1714,7 +1714,7 @@ def _compute_invariants(self):
17141714
Compute certain invariants from the level data of the quotient
17151715
which allow one to compute the genus of the curve.
17161716
1717-
Details to be found in Theorem 9 of [FM2014]_.
1717+
Details to be found in Theorem 3.8 of [FM2014]_.
17181718
17191719
EXAMPLES::
17201720

0 commit comments

Comments
 (0)