Skip to content

Commit 517cdce

Browse files
author
Release Manager
committed
gh-36062: Fix typo in docstring This corrects a typo in a docstring concerning subgroups of the modular group. The typo made a definition mathematically incorrect. See issue #36058 - [x ] The title is concise, informative, and self-explanatory. - [ x] The description explains in detail what this PR is about. - [ x] I have linked a relevant issue or discussion. - [ x] I have updated the documentation accordingly. ### ⌛ Dependencies No dependencies: based on 10.1.beta9 URL: #36062 Reported by: John Cremona Reviewer(s): David Coudert
2 parents d6c6f62 + 1b1f336 commit 517cdce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/modular/arithgroup/congroup_gammaH.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def GammaH_constructor(level, H):
4040
r"""
4141
Return the congruence subgroup `\Gamma_H(N)`, which is the subgroup of
4242
`SL_2(\ZZ)` consisting of matrices of the form `\begin{pmatrix} a & b \\
43-
c & d \end{pmatrix}` with `N | c` and `a, b \in H`, for `H` a specified
43+
c & d \end{pmatrix}` with `N | c` and `a, d \in H`, for `H` a specified
4444
subgroup of `(\ZZ/N\ZZ)^\times`.
4545
4646
INPUT:
@@ -163,7 +163,7 @@ class GammaH_class(CongruenceSubgroup):
163163
The congruence subgroup `\Gamma_H(N)` for some subgroup `H \trianglelefteq
164164
(\ZZ / N\ZZ)^\times`, which is the subgroup of `\SL_2(\ZZ)` consisting of
165165
matrices of the form `\begin{pmatrix} a &
166-
b \\ c & d \end{pmatrix}` with `N \mid c` and `a, b \in H`.
166+
b \\ c & d \end{pmatrix}` with `N \mid c` and `a, d \in H`.
167167
168168
TESTS:
169169

0 commit comments

Comments
 (0)