Skip to content

Commit 20397d0

Browse files
committed
fix one more typo
1 parent 7fd192a commit 20397d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sage/modular/quasimodform/element.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@ class QuasiModularFormsElement(ModuleElement):
6565
"""
6666
def __init__(self, parent, polynomial):
6767
r"""
68-
INPUTS:
68+
INPUT:
6969
70-
- ``parent`` - A quasimodular forms ring.
70+
- ``parent`` - a quasimodular forms ring
7171
- ``polynomial`` - a polynomial `f_0 + f_1 E_2 + ... + f_n E_2^n` where
7272
each `f_i` are modular forms ring elements and `E_2` correspond to the
73-
weight 2 Eisenstein series.
73+
weight 2 Eisenstein series
7474
7575
OUTPUT:
7676
77-
- ``QuasiModularFormsElement``
77+
``QuasiModularFormsElement``
7878
7979
TESTS::
8080

0 commit comments

Comments
 (0)