Skip to content

Commit fc0e640

Browse files
committed
Apply suggestion
1 parent 7ac3f7d commit fc0e640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/modular/btquotients/pautomorphicform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2497,7 +2497,7 @@ def _make_invariant(self, F):
24972497
sage: H = X.harmonic_cocycles(2,prec = 5)
24982498
sage: A = X.padic_automorphic_forms(2,prec = 5)
24992499
sage: h = H.basis()[0]
2500-
sage: A.lift(h) # indirect doctest, long time
2500+
sage: A.lift(h) # indirect doctest, long time
25012501
p-adic automorphic form of cohomological weight 0
25022502
"""
25032503
S = self._source.get_stabilizers()

0 commit comments

Comments
 (0)