Skip to content

Commit 12968fa

Browse files
committed
Some edits on modform/notes.py
1 parent 0a844bf commit 12968fa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/sage/modular/modform/notes.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Design notes
33
44
The implementation depends on the fact that we have dimension formulas
5-
(see `dims.py`) for spaces of modular forms with character, and new
5+
(see ``dims.py``) for spaces of modular forms with character, and new
66
subspaces, so that we don't have to compute `q`-expansions for the whole
77
space in order to compute `q`-expansions / elements / and dimensions of
88
certain subspaces. Also, the following design is much simpler than
@@ -12,15 +12,15 @@
1212
else.
1313
1414
The internal basis of `q`-expansions of modular forms for the ambient
15-
space is defined as follows:
15+
space is defined as follows::
1616
1717
First Block: Cuspidal Subspace
1818
Second Block: Eisenstein Subspace
1919
20-
Cuspidal Subspace: Block for each level M dividing N, from highest
21-
level to lowest. The block for level M
22-
contains the images at level N of the
23-
newsubspace of level M (basis, then
20+
Cuspidal Subspace: Block for each level `M` dividing `N`, from highest
21+
level to lowest. The block for level `M`
22+
contains the images at level `N` of the
23+
newsubspace of level `M` (basis, then
2424
basis(q**d), then basis(q**e), etc.)
2525
2626
Eisenstein Subspace: characters, etc.

src/sage/modular/modform/theta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
def theta2_qexp(prec=10, var='q', K=ZZ, sparse=False):
1515
r"""
16-
Return the `q`-expansion of the series `\theta_2 = \sum_{n \text{odd}} q^{n^2}`.
16+
Return the `q`-expansion of the series `\theta_2 = \sum_{n \text{ odd}} q^{n^2}`.
1717
1818
INPUT:
1919

0 commit comments

Comments
 (0)