Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #32215: fix doctest after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Aug 9, 2021
1 parent 540d088 commit 62cae10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/asymptotic/term_monoid.py
Expand Up @@ -3243,7 +3243,7 @@ def _repr_product_(self, latex=False):
sage: G = GrowthGroup('x^ZZ'); x = G.gen()
sage: T = TermWithCoefficientMonoid(TermMonoid, G, ZZ)
sage: T(x^2, 5)._repr_product_()
sage: T(x^2, coefficient=5)._repr_product_()
'5*x^2'
"""
if latex:
Expand Down

0 comments on commit 62cae10

Please sign in to comment.