Skip to content

Commit 19c4a96

Browse files
committed
#36058: fix typo in docstring
1 parent 0fd5967 commit 19c4a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/modular/arithgroup/congroup_gammaH.py

Lines changed: 1 addition & 1 deletion
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:

0 commit comments

Comments
 (0)