Skip to content

Commit fe0ec5d

Browse files
committed
src/sage/modular/quasimodform/element.py: minor fix
1 parent 5d5602f commit fe0ec5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/modular/quasimodform/element.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def __bool__(self):
301301

302302
def depth(self):
303303
r"""
304-
Return the depth of the given quasimodular form.
304+
Return the depth of this quasimodular form.
305305
306306
Note that the quasimodular form must be homogeneous of weight
307307
`k`. Recall that the *depth* is the integer `p` such that

0 commit comments

Comments
 (0)