Skip to content

Commit 62cae10

Browse files
committed
Trac #32215: fix doctest after merge
1 parent 540d088 commit 62cae10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/asymptotic/term_monoid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3243,7 +3243,7 @@ def _repr_product_(self, latex=False):
32433243
32443244
sage: G = GrowthGroup('x^ZZ'); x = G.gen()
32453245
sage: T = TermWithCoefficientMonoid(TermMonoid, G, ZZ)
3246-
sage: T(x^2, 5)._repr_product_()
3246+
sage: T(x^2, coefficient=5)._repr_product_()
32473247
'5*x^2'
32483248
"""
32493249
if latex:

0 commit comments

Comments
 (0)